#D11F92

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

Shades of Medium Violet Red #D11F92

Tints of Medium Violet Red #D11F92

Color information

#D11F92 (or 0xD11F92) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1F and 92. RGB value is (209,31,146). Sum of RGB (Red+Green+Blue) = 209+31+146=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11F92 is #2EE06D. Grayscale: #616161. Windows color (decimal): -3072110 or 9576401. OLE color: 9576401.

HSL color Cylindrical-coordinate representation of color #D11F92: hue angle of 321.24º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11F92 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB20931146-
CMYK00.850.300.18
HSL321.24º74.17%47.06%-
HSV(B)321.24º85.17%81.96%-
XYZ31.9716.6128.72-
YUV97.33155.47207.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.15%
GREEN value IS 31 (12.5% from 255) = 8.03%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=54.15%
G=8.03%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093114600.850.300.18321.2474.1747.06
HexD11F920551E121414a2f
Octal321372220125362250111257
Binary1101000111111100100100101010111110100101010000011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11F92; }

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

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

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

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

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

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

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

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