#D10091

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

Shades of Medium Violet Red #D10091

Tints of Medium Violet Red #D10091

Color information

#D10091 (or 0xD10091) is unknown color: approx Medium Violet Red. HEX triplet: D1, 00 and 91. RGB value is (209,0,145). Sum of RGB (Red+Green+Blue) = 209+0+145=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D10091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10091 is #2EFF6E. Grayscale: #4E4E4E. Windows color (decimal): -3080047 or 9502929. OLE color: 9502929.

HSL color Cylindrical-coordinate representation of color #D10091: hue angle of 318.37º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10091 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB2090145-
CMYK010.310.18
HSL318.37º100%40.98%-
HSV(B)318.37º100%81.96%-
XYZ31.4115.628.14-
YUV79.02165.24220.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 40.96%
R=59.04%
G=0%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2090145010.310.18318.3710040.98
HexD10910641F1213e6429
Octal32102210144372247614451
Binary110100010100100010110010011111100101001111101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10091; }

 p { color: rgb(209,0,145); }

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

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

 a { background-color: rgb(209,0,145); }

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

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

 span { border-color: rgb(209,0,145); }

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