#D31A9E

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

Shades of Medium Violet Red #D31A9E

Tints of Medium Violet Red #D31A9E

Color information

#D31A9E (or 0xD31A9E) is unknown color: approx Medium Violet Red. HEX triplet: D3, 1A and 9E. RGB value is (211,26,158). Sum of RGB (Red+Green+Blue) = 211+26+158=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31A9E is #2CE561. Grayscale: #606060. Windows color (decimal): -2942306 or 10361555. OLE color: 10361555.

HSL color Cylindrical-coordinate representation of color #D31A9E: hue angle of 317.19º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31A9E is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB21126158-
CMYK00.880.250.17
HSL317.19º78.06%46.47%-
HSV(B)317.19º87.68%82.75%-
XYZ33.417.0633.88-
YUV96.36162.79209.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.42%
GREEN value IS 26 (10.55% from 255) = 6.58%
BLUE value IS 158 (62.11% from 255) = 40%
R=53.42%
G=6.58%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112615800.880.250.17317.1978.0646.47
HexD31A9E058191113d4e2e
Octal323322360130312147511656
Binary1101001111010100111100101100011001100011001111011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31A9E; }

 p { color: rgb(211,26,158); }

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

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

 a { background-color: rgb(211,26,158); }

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

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

 span { border-color: rgb(211,26,158); }

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