Html Css Color HEX #D20872 Medium Violet Red

📋 copy color: '#D20872'

red 210 ◦ green 8 ◦ blue 114

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

Shades of Medium Violet Red #D20872

Tints of Medium Violet Red #D20872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

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

R = 63.25%
G = 2.41%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D20872 (or 0xD20872) is known color: Medium Violet Red. HEX triplet: D2, 08 and 72. RGB value is (210,8,114). Sum of RGB (Red+Green+Blue) = 210+8+114=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D20872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20872 is #2DF78D. Grayscale: #505050. Windows color (decimal): -3012494 or 7473362. OLE color: 7473362.

HSL color Cylindrical-coordinate representation of color #D20872: hue angle of 328.51º degrees, saturation: 0.93, 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 #D20872 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 8 114 -
CMYK 0 0.96 0.46 0.18
HSL 328.51º 0.93% 0.43% -
HSV(B) 328.51º 0.96% 0.82% -
XYZ 29.7 15.09 17.27 -
YUV 80.48 146.92 220.38 -
System Red Green Blue C M Y K H S L
Decimal 210 8 114 0 0.96 0.46 0.18 328.51 0.93 0.43
Hex D2 8 72 0 60 2E 12 149 5D 2B
Octal 322 10 162 0 140 56 22 511 135 53
Binary 11010010 1000 1110010 0 1100000 101110 10010 101001001 1011101 101011

Color Harmonies of #D20872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20872

Black with #D20872

Text Example


Text Example

White with #D20872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20872; }

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

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

background-color css

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

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

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

border-color css

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

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

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