#D00E8E

Color #D00E8E Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D00E8E

Tints of Medium Violet Red #D00E8E

Color information

#D00E8E (or 0xD00E8E) is unknown color: approx Medium Violet Red. HEX triplet: D0, 0E and 8E. RGB value is (208,14,142). Sum of RGB (Red+Green+Blue) = 208+14+142=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00E8E is #2FF171. Grayscale: #565656. Windows color (decimal): -3142002 or 9309904. OLE color: 9309904.

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

Color convert

RGB20814142-
CMYK00.930.320.18
HSL320.41º87.39%43.53%-
HSV(B)320.41º93.27%81.57%-
XYZ31.0515.6826.98-
YUV86.6159.27214.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.14%
GREEN value IS 14 (5.86% from 255) = 3.85%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=57.14%
G=3.85%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081414200.930.320.18320.4187.3943.53
HexD0E8E05D2012140572c
Octal320162160135402250012754
Binary1101000011101000111001011101100000100101010000001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00E8E; }

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

 H1.HeaderClassName
 {
   color: #D00E8E;
 }
 .AnyTagClassName
 {
   color: #D00E8E;
 }
</style>
background-color css

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

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

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

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

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

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