Html Css Color HEX #D00872 Medium Violet Red

📋 copy color: '#D00872'

red 208 ◦ green 8 ◦ blue 114

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

Shades of Medium Violet Red #D00872

Tints of Medium Violet Red #D00872

RGB

 RED value IS 208 (81.64% from 255) = 63.03%

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

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

R = 63.03%
G = 2.42%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D00872 (or 0xD00872) is known color: Medium Violet Red. HEX triplet: D0, 08 and 72. RGB value is (208,8,114). Sum of RGB (Red+Green+Blue) = 208+8+114=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D00872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00872 is #2FF78D. Grayscale: #4F4F4F. Windows color (decimal): -3143566 or 7473360. OLE color: 7473360.

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

Color convert

RGB 208 8 114 -
CMYK 0 0.96 0.45 0.18
HSL 328.2º 0.93% 0.42% -
HSV(B) 328.2º 0.96% 0.82% -
XYZ 29.14 14.8 17.24 -
YUV 79.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 208 8 114 0 0.96 0.45 0.18 328.2 0.93 0.42
Hex D0 8 72 0 60 2D 12 148 5D 2A
Octal 320 10 162 0 140 55 22 510 135 52
Binary 11010000 1000 1110010 0 1100000 101101 10010 101001000 1011101 101010

Color Harmonies of #D00872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00872

Black with #D00872

Text Example


Text Example

White with #D00872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00872; }

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

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

background-color css

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

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

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

border-color css

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

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

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