#D00E92

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

Shades of Medium Violet Red #D00E92

Tints of Medium Violet Red #D00E92

Color information

#D00E92 (or 0xD00E92) is unknown color: approx Medium Violet Red. HEX triplet: D0, 0E and 92. RGB value is (208,14,146). Sum of RGB (Red+Green+Blue) = 208+14+146=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D00E92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00E92 is #2FF16D. Grayscale: #565656. Windows color (decimal): -3141998 or 9572048. OLE color: 9572048.

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

Color convert

RGB20814146-
CMYK00.930.300.18
HSL319.18º87.39%43.53%-
HSV(B)319.18º93.27%81.57%-
XYZ31.3615.828.59-
YUV87.05161.27214.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.52%
GREEN value IS 14 (5.86% from 255) = 3.80%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=56.52%
G=3.80%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081414600.930.300.18319.1887.3943.53
HexD0E9205D1E1213f572c
Octal320162220135362247712754
Binary110100001110100100100101110111110100101001111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00E92; }

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

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

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

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

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

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

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

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