#D11598

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

Shades of Medium Violet Red #D11598

Tints of Medium Violet Red #D11598

Color information

#D11598 (or 0xD11598) is unknown color: approx Medium Violet Red. HEX triplet: D1, 15 and 98. RGB value is (209,21,152). Sum of RGB (Red+Green+Blue) = 209+21+152=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D11598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D11598 is #2EEA67. Grayscale: #5B5B5B. Windows color (decimal): -3074664 or 9967057. OLE color: 9967057.

HSL color Cylindrical-coordinate representation of color #D11598: hue angle of 318.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11598 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB20921152-
CMYK00.900.270.18
HSL318.19º81.74%45.1%-
HSV(B)318.19º89.95%81.96%-
XYZ32.2316.3631.16-
YUV92.15161.78211.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.71%
GREEN value IS 21 (8.59% from 255) = 5.50%
BLUE value IS 152 (59.77% from 255) = 39.79%
R=54.71%
G=5.50%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092115200.900.270.18318.1981.7445.1
HexD1159805A1B1213e522d
Octal321252300132332247612255
Binary1101000110101100110000101101011011100101001111101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11598; }

 p { color: rgb(209,21,152); }

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

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

 a { background-color: rgb(209,21,152); }

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

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

 span { border-color: rgb(209,21,152); }

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