#D41188

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

Shades of Medium Violet Red #D41188

Tints of Medium Violet Red #D41188

Color information

#D41188 (or 0xD41188) is unknown color: approx Medium Violet Red. HEX triplet: D4, 11 and 88. RGB value is (212,17,136). Sum of RGB (Red+Green+Blue) = 212+17+136=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D41188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41188 is #2BEE77. Grayscale: #585858. Windows color (decimal): -2879096 or 8917460. OLE color: 8917460.

HSL color Cylindrical-coordinate representation of color #D41188: hue angle of 323.38º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41188 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB21217136-
CMYK00.920.360.17
HSL323.38º85.15%44.9%-
HSV(B)323.38º91.98%83.14%-
XYZ31.816.1824.74-
YUV88.87154.6215.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.08%
GREEN value IS 17 (7.03% from 255) = 4.66%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=58.08%
G=4.66%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121713600.920.360.17323.3885.1544.9
HexD4118805C2411143552d
Octal324212100134442150312555
Binary11010100100011000100001011100100100100011010000111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41188; }

 p { color: rgb(212,17,136); }

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

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

 a { background-color: rgb(212,17,136); }

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

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

 span { border-color: rgb(212,17,136); }

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