Html Css Color HEX #D20488 Medium Violet Red

📋 copy color: '#D20488'

red 210 ◦ green 4 ◦ blue 136

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

Shades of Medium Violet Red #D20488

Tints of Medium Violet Red #D20488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 60%
G = 1.14%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D20488 (or 0xD20488) is known color: Medium Violet Red. HEX triplet: D2, 04 and 88. RGB value is (210,4,136). Sum of RGB (Red+Green+Blue) = 210+4+136=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D20488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20488 is #2DFB77. Grayscale: #505050. Windows color (decimal): -3013496 or 8914130. OLE color: 8914130.

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

Color convert

RGB 210 4 136 -
CMYK 0 0.98 0.35 0.18
HSL 321.55º 0.96% 0.42% -
HSV(B) 321.55º 0.98% 0.82% -
XYZ 31.07 15.57 24.66 -
YUV 80.64 159.25 220.27 -
System Red Green Blue C M Y K H S L
Decimal 210 4 136 0 0.98 0.35 0.18 321.55 0.96 0.42
Hex D2 4 88 0 62 23 12 142 60 2A
Octal 322 4 210 0 142 43 22 502 140 52
Binary 11010010 100 10001000 0 1100010 100011 10010 101000010 1100000 101010

Color Harmonies of #D20488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20488

Black with #D20488

Text Example


Text Example

White with #D20488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20488; }

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

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

background-color css

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

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

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

border-color css

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

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

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