#d31e83

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

Shades of Medium Violet Red #D31E83

Tints of Medium Violet Red #D31E83

Color information

#D31E83 (or 0xD31E83) is unknown color: approx Medium Violet Red. HEX triplet: D3, 1E and 83. RGB value is (211,30,131). Sum of RGB (Red+Green+Blue) = 211+30+131=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31E83 is #2CE17C. Grayscale: #5F5F5F. Windows color (decimal): -2941309 or 8593107. OLE color: 8593107.

HSL color Cylindrical-coordinate representation of color #D31E83: hue angle of 326.52º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31E83 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB21130131-
CMYK00.860.380.17
HSL326.52º75.1%47.25%-
HSV(B)326.52º85.78%82.75%-
XYZ31.4216.4222.99-
YUV95.63147.97210.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.72%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=56.72%
G=8.06%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113013100.860.380.17326.5275.147.25
HexD31E8305626111474b2f
Octal323362030126462150711357
Binary11010011111101000001101010110100110100011010001111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d31e83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d31e83; }

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

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

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

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

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

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

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

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