#d31183

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

Shades of Medium Violet Red #D31183

Tints of Medium Violet Red #D31183

Color information

#D31183 (or 0xD31183) is unknown color: approx Medium Violet Red. HEX triplet: D3, 11 and 83. RGB value is (211,17,131). Sum of RGB (Red+Green+Blue) = 211+17+131=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D31183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D31183 is #2CEE7C. Grayscale: #575757. Windows color (decimal): -2944637 or 8589779. OLE color: 8589779.

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

Color convert

RGB21117131-
CMYK00.920.380.17
HSL324.74º85.09%44.71%-
HSV(B)324.74º91.94%82.75%-
XYZ31.1615.8922.9-
YUV88152.27215.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.77%
GREEN value IS 17 (7.03% from 255) = 4.74%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=58.77%
G=4.74%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111713100.920.380.17324.7485.0944.71
HexD3118305C2611145552d
Octal323212030134462150512555
Binary11010011100011000001101011100100110100011010001011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d31183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d31183; }

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

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

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

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

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

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

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

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