#D10092

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

Shades of Medium Violet Red #D10092

Tints of Medium Violet Red #D10092

Color information

#D10092 (or 0xD10092) is unknown color: approx Medium Violet Red. HEX triplet: D1, 00 and 92. RGB value is (209,0,146). Sum of RGB (Red+Green+Blue) = 209+0+146=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D10092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10092 is #2EFF6D. Grayscale: #4E4E4E. Windows color (decimal): -3080046 or 9568465. OLE color: 9568465.

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

Color convert

RGB2090146-
CMYK010.300.18
HSL318.09º100%40.98%-
HSV(B)318.09º100%81.96%-
XYZ31.4815.6328.55-
YUV79.14165.74220.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=58.87%
G=0%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2090146010.300.18318.0910040.98
HexD10920641E1213e6429
Octal32102220144362247614451
Binary110100010100100100110010011110100101001111101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10092; }

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

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

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

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

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

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

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

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