#D00F87

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

Shades of Medium Violet Red #D00F87

Tints of Medium Violet Red #D00F87

Color information

#D00F87 (or 0xD00F87) is unknown color: approx Medium Violet Red. HEX triplet: D0, 0F and 87. RGB value is (208,15,135). Sum of RGB (Red+Green+Blue) = 208+15+135=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F87 is #2FF078. Grayscale: #565656. Windows color (decimal): -3141753 or 8851408. OLE color: 8851408.

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

Color convert

RGB20815135-
CMYK00.930.350.18
HSL322.69º86.55%43.73%-
HSV(B)322.69º92.79%81.57%-
XYZ30.5615.524.3-
YUV86.39155.44214.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.10%
GREEN value IS 15 (6.25% from 255) = 4.19%
BLUE value IS 135 (53.12% from 255) = 37.71%
R=58.10%
G=4.19%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081513500.930.350.18322.6986.5543.73
HexD0F8705D2312143572c
Octal320172070135432250312754
Binary1101000011111000011101011101100011100101010000111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00F87; }

 p { color: rgb(208,15,135); }

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

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

 a { background-color: rgb(208,15,135); }

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

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

 span { border-color: rgb(208,15,135); }

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