Html Css Color HEX #D20E72 Medium Violet Red

📋 copy color: '#D20E72'

red 210 ◦ green 14 ◦ blue 114

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

Shades of Medium Violet Red #D20E72

Tints of Medium Violet Red #D20E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.14%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 62.13%
G = 4.14%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D20E72 (or 0xD20E72) is known color: Medium Violet Red. HEX triplet: D2, 0E and 72. RGB value is (210,14,114). Sum of RGB (Red+Green+Blue) = 210+14+114=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20E72 is #2DF18D. Grayscale: #535353. Windows color (decimal): -3010958 or 7474898. OLE color: 7474898.

HSL color Cylindrical-coordinate representation of color #D20E72: hue angle of 329.39º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E72 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 14 114 -
CMYK 0 0.93 0.46 0.18
HSL 329.39º 0.88% 0.44% -
HSV(B) 329.39º 0.93% 0.82% -
XYZ 29.77 15.23 17.29 -
YUV 84 144.93 217.87 -
System Red Green Blue C M Y K H S L
Decimal 210 14 114 0 0.93 0.46 0.18 329.39 0.88 0.44
Hex D2 E 72 0 5D 2E 12 149 58 2C
Octal 322 16 162 0 135 56 22 511 130 54
Binary 11010010 1110 1110010 0 1011101 101110 10010 101001001 1011000 101100

Color Harmonies of #D20E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E72

Black with #D20E72

Text Example


Text Example

White with #D20E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E72; }

 p { color: rgb(210,14,114); }

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

background-color css

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

 a { background-color: rgb(210,14,114); }

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

border-color css

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

 span { border-color: rgb(210,14,114); }

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