#d10e9f

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

Shades of Medium Violet Red #D10E9F

Tints of Medium Violet Red #D10E9F

Color information

#D10E9F (or 0xD10E9F) is unknown color: approx Medium Violet Red. HEX triplet: D1, 0E and 9F. RGB value is (209,14,159). Sum of RGB (Red+Green+Blue) = 209+14+159=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10E9F is #2EF160. Grayscale: #585858. Windows color (decimal): -3076449 or 10424017. OLE color: 10424017.

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

Color convert

RGB20914159-
CMYK00.930.240.18
HSL315.38º87.44%43.73%-
HSV(B)315.38º93.3%81.96%-
XYZ32.7116.3734.24-
YUV88.84167.6213.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.71%
GREEN value IS 14 (5.86% from 255) = 3.66%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=54.71%
G=3.66%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091415900.930.240.18315.3887.4443.73
HexD1E9F05D181213b572c
Octal321162370135302247312754
Binary110100011110100111110101110111000100101001110111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10e9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10e9f; }

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

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

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

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

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

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

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

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