#D10E88

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

Shades of Medium Violet Red #D10E88

Tints of Medium Violet Red #D10E88

Color information

#D10E88 (or 0xD10E88) is unknown color: approx Medium Violet Red. HEX triplet: D1, 0E and 88. RGB value is (209,14,136). Sum of RGB (Red+Green+Blue) = 209+14+136=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10E88 is #2EF177. Grayscale: #555555. Windows color (decimal): -3076472 or 8916689. OLE color: 8916689.

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

Color convert

RGB20914136-
CMYK00.930.350.18
HSL322.46º87.44%43.73%-
HSV(B)322.46º93.3%81.96%-
XYZ30.915.6524.68-
YUV86.21156.1215.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.22%
GREEN value IS 14 (5.86% from 255) = 3.90%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=58.22%
G=3.90%
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
Decimal2091413600.930.350.18322.4687.4443.73
HexD1E8805D2312142572c
Octal321162100135432250212754
Binary1101000111101000100001011101100011100101010000101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10E88; }

 p { color: rgb(209,14,136); }

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

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

 a { background-color: rgb(209,14,136); }

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

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

 span { border-color: rgb(209,14,136); }

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