Html Css Color HEX #D00E72 Medium Violet Red

📋 copy color: '#D00E72'

red 208 ◦ green 14 ◦ blue 114

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

Shades of Medium Violet Red #D00E72

Tints of Medium Violet Red #D00E72

RGB

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

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

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

R = 61.9%
G = 4.17%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D00E72 (or 0xD00E72) is known color: Medium Violet Red. HEX triplet: D0, 0E and 72. RGB value is (208,14,114). Sum of RGB (Red+Green+Blue) = 208+14+114=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00E72 is #2FF18D. Grayscale: #535353. Windows color (decimal): -3142030 or 7474896. OLE color: 7474896.

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

Color convert

RGB 208 14 114 -
CMYK 0 0.93 0.45 0.18
HSL 329.07º 0.87% 0.44% -
HSV(B) 329.07º 0.93% 0.82% -
XYZ 29.21 14.94 17.26 -
YUV 83.41 145.27 216.87 -
System Red Green Blue C M Y K H S L
Decimal 208 14 114 0 0.93 0.45 0.18 329.07 0.87 0.44
Hex D0 E 72 0 5D 2D 12 149 57 2C
Octal 320 16 162 0 135 55 22 511 127 54
Binary 11010000 1110 1110010 0 1011101 101101 10010 101001001 1010111 101100

Color Harmonies of #D00E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00E72

Black with #D00E72

Text Example


Text Example

White with #D00E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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