Html Css Color HEX #D20988 Medium Violet Red

📋 copy color: '#D20988'

red 210 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #D20988

Tints of Medium Violet Red #D20988

RGB

 RED value IS 210 (82.42% from 255) = 59.15%

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

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

R = 59.15%
G = 2.54%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D20988 (or 0xD20988) is known color: Medium Violet Red. HEX triplet: D2, 09 and 88. RGB value is (210,9,136). Sum of RGB (Red+Green+Blue) = 210+9+136=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D20988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20988 is #2DF677. Grayscale: #535353. Windows color (decimal): -3012216 or 8915410. OLE color: 8915410.

HSL color Cylindrical-coordinate representation of color #D20988: hue angle of 322.09º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20988 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 136 -
CMYK 0 0.96 0.35 0.18
HSL 322.09º 0.92% 0.43% -
HSV(B) 322.09º 0.96% 0.82% -
XYZ 31.12 15.67 24.68 -
YUV 83.58 157.59 218.17 -
System Red Green Blue C M Y K H S L
Decimal 210 9 136 0 0.96 0.35 0.18 322.09 0.92 0.43
Hex D2 9 88 0 60 23 12 142 5C 2B
Octal 322 11 210 0 140 43 22 502 134 53
Binary 11010010 1001 10001000 0 1100000 100011 10010 101000010 1011100 101011

Color Harmonies of #D20988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20988

Black with #D20988

Text Example


Text Example

White with #D20988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20988; }

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

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

background-color css

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

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

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

border-color css

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

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

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