#D10E83

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

Shades of Medium Violet Red #D10E83

Tints of Medium Violet Red #D10E83

Color information

#D10E83 (or 0xD10E83) is unknown color: approx Medium Violet Red. HEX triplet: D1, 0E and 83. RGB value is (209,14,131). Sum of RGB (Red+Green+Blue) = 209+14+131=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10E83 is #2EF17C. Grayscale: #555555. Windows color (decimal): -3076477 or 8589009. OLE color: 8589009.

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

Color convert

RGB20914131-
CMYK00.930.370.18
HSL324º87.44%43.73%-
HSV(B)324º93.3%81.96%-
XYZ30.5515.5122.86-
YUV85.64153.6215.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.04%
GREEN value IS 14 (5.86% from 255) = 3.95%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=59.04%
G=3.95%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091413100.930.370.1832487.4443.73
HexD1E8305D2512144572c
Octal321162030135452250412754
Binary1101000111101000001101011101100101100101010001001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10E83; }

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

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

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

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

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

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

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

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