#D00F88

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

Shades of Medium Violet Red #D00F88

Tints of Medium Violet Red #D00F88

Color information

#D00F88 (or 0xD00F88) is unknown color: approx Medium Violet Red. HEX triplet: D0, 0F and 88. RGB value is (208,15,136). Sum of RGB (Red+Green+Blue) = 208+15+136=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F88 is #2FF077. Grayscale: #565656. Windows color (decimal): -3141752 or 8916944. OLE color: 8916944.

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

Color convert

RGB20815136-
CMYK00.930.350.18
HSL322.38º86.55%43.73%-
HSV(B)322.38º92.79%81.57%-
XYZ30.6315.5324.68-
YUV86.5155.94214.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.94%
GREEN value IS 15 (6.25% from 255) = 4.18%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=57.94%
G=4.18%
B=37.88%

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
Decimal2081513600.930.350.18322.3886.5543.73
HexD0F8805D2312142572c
Octal320172100135432250212754
Binary1101000011111000100001011101100011100101010000101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00F88; }

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

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

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

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

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

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

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

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