Html Css Color HEX #D50988 Medium Violet Red

📋 copy color: '#D50988'

red 213 ◦ green 9 ◦ blue 136

#D50988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D50988

Tints of Medium Violet Red #D50988

RGB

 RED value IS 213 (83.59% from 255) = 59.5%

 GREEN value IS 9 (3.91% from 255) = 2.51%

 BLUE value IS 136 (53.52% from 255) = 37.99%

R = 59.5%
G = 2.51%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D50988 (or 0xD50988) is known color: Medium Violet Red. HEX triplet: D5, 09 and 88. RGB value is (213,9,136). Sum of RGB (Red+Green+Blue) = 213+9+136=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D50988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50988 is #2AF677. Grayscale: #545454. Windows color (decimal): -2815608 or 8915413. OLE color: 8915413.

HSL color Cylindrical-coordinate representation of color #D50988: hue angle of 322.65º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50988 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 9 136 -
CMYK 0 0.96 0.36 0.16
HSL 322.65º 0.92% 0.44% -
HSV(B) 322.65º 0.96% 0.84% -
XYZ 31.98 16.12 24.72 -
YUV 84.47 157.09 219.67 -
System Red Green Blue C M Y K H S L
Decimal 213 9 136 0 0.96 0.36 0.16 322.65 0.92 0.44
Hex D5 9 88 0 60 24 10 143 5C 2C
Octal 325 11 210 0 140 44 20 503 134 54
Binary 11010101 1001 10001000 0 1100000 100100 10000 101000011 1011100 101100

Color Harmonies of #D50988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50988

Black with #D50988

Text Example


Text Example

White with #D50988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50988; }

 p { color: rgb(213,9,136); }

 H1.HeaderClassName
 {
   color: #D50988;
 }
 .AnyTagClassName
 {
   color: #D50988;
 }
</style>

background-color css

<style>
 a { background-color: #D50988; }

 a { background-color: rgb(213,9,136); }

 div.DivClassName
 {
   background-color: #D50988;
 }
 .BgClassName
 {
   background-color: #D50988;
 }
</style>

border-color css

<style>
 span { border-color: #D50988; }

 span { border-color: rgb(213,9,136); }

 td.TdClassName
 {
   border-color: #D50988;
 }
 .TagClassName
 {
   border-color: #D50988;
 }
</style>