#D31E84

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

Shades of Medium Violet Red #D31E84

Tints of Medium Violet Red #D31E84

Color information

#D31E84 (or 0xD31E84) is unknown color: approx Medium Violet Red. HEX triplet: D3, 1E and 84. RGB value is (211,30,132). Sum of RGB (Red+Green+Blue) = 211+30+132=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31E84 is #2CE17B. Grayscale: #5F5F5F. Windows color (decimal): -2941308 or 8658643. OLE color: 8658643.

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

Color convert

RGB21130132-
CMYK00.860.370.17
HSL326.19º75.1%47.25%-
HSV(B)326.19º85.78%82.75%-
XYZ31.4916.4423.34-
YUV95.75148.47210.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.57%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=56.57%
G=8.04%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113013200.860.370.17326.1975.147.25
HexD31E8405625111464b2f
Octal323362040126452150611357
Binary11010011111101000010001010110100101100011010001101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31E84; }

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

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

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

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

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

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

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

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