#D31E9C

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

Shades of Medium Violet Red #D31E9C

Tints of Medium Violet Red #D31E9C

Color information

#D31E9C (or 0xD31E9C) is unknown color: approx Medium Violet Red. HEX triplet: D3, 1E and 9C. RGB value is (211,30,156). Sum of RGB (Red+Green+Blue) = 211+30+156=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31E9C is #2CE163. Grayscale: #626262. Windows color (decimal): -2941284 or 10231507. OLE color: 10231507.

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

Color convert

RGB21130156-
CMYK00.860.260.17
HSL318.23º75.1%47.25%-
HSV(B)318.23º85.78%82.75%-
XYZ33.3317.1833.01-
YUV98.48160.47208.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.15%
GREEN value IS 30 (12.11% from 255) = 7.56%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=53.15%
G=7.56%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113015600.860.260.17318.2375.147.25
HexD31E9C0561A1113e4b2f
Octal323362340126322147611357
Binary1101001111110100111000101011011010100011001111101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31E9C; }

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

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

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

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

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

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

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

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