#D31180

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

Shades of Medium Violet Red #D31180

Tints of Medium Violet Red #D31180

Color information

#D31180 (or 0xD31180) is unknown color: approx Medium Violet Red. HEX triplet: D3, 11 and 80. RGB value is (211,17,128). Sum of RGB (Red+Green+Blue) = 211+17+128=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D31180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31180 is #2CEE7F. Grayscale: #575757. Windows color (decimal): -2944640 or 8393171. OLE color: 8393171.

HSL color Cylindrical-coordinate representation of color #D31180: hue angle of 325.67º 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 #D31180 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB21117128-
CMYK00.920.390.17
HSL325.67º85.09%44.71%-
HSV(B)325.67º91.94%82.75%-
XYZ30.9615.8121.84-
YUV87.66150.77215.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.27%
GREEN value IS 17 (7.03% from 255) = 4.78%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=59.27%
G=4.78%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111712800.920.390.17325.6785.0944.71
HexD3118005C2711146552d
Octal323212000134472150612555
Binary11010011100011000000001011100100111100011010001101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31180; }

 p { color: rgb(211,17,128); }

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

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

 a { background-color: rgb(211,17,128); }

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

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

 span { border-color: rgb(211,17,128); }

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