#D31EA8

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

Shades of Medium Violet Red #D31EA8

Tints of Medium Violet Red #D31EA8

Color information

#D31EA8 (or 0xD31EA8) is unknown color: approx Medium Violet Red. HEX triplet: D3, 1E and A8. RGB value is (211,30,168). Sum of RGB (Red+Green+Blue) = 211+30+168=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D31EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31EA8 is #2CE157. Grayscale: #636363. Windows color (decimal): -2941272 or 11017939. OLE color: 11017939.

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

Color convert

RGB21130168-
CMYK00.860.200.17
HSL314.25º75.1%47.25%-
HSV(B)314.25º85.78%82.75%-
XYZ34.417.638.63-
YUV99.85166.47207.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.59%
GREEN value IS 30 (12.11% from 255) = 7.33%
BLUE value IS 168 (66.02% from 255) = 41.08%
R=51.59%
G=7.33%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113016800.860.200.17314.2575.147.25
HexD31EA8056141113a4b2f
Octal323362500126242147211357
Binary1101001111110101010000101011010100100011001110101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31EA8; }

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

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

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

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

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

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

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

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