#D319E0

Color #D319E0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D319E0

Tints of Deep Magenta #D319E0

Color information

#D319E0 (or 0xD319E0) is unknown color: approx Deep Magenta. HEX triplet: D3, 19 and E0. RGB value is (211,25,224). Sum of RGB (Red+Green+Blue) = 211+25+224=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #D319E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D319E0 is #2CE61F. Grayscale: #666666. Windows color (decimal): -2942496 or 14686675. OLE color: 14686675.

HSL color Cylindrical-coordinate representation of color #D319E0: hue angle of 296.08º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D319E0 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21125224-
CMYK0.060.8900.12
HSL296.08º79.92%48.82%-
HSV(B)296.08º88.84%87.84%-
XYZ40.6719.9372.22-
YUV103.3196.12204.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.87%
GREEN value IS 25 (10.16% from 255) = 5.43%
BLUE value IS 224 (87.89% from 255) = 48.70%
R=45.87%
G=5.43%
B=48.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal211252240.060.8900.12296.0879.9248.82
HexD319E06590C1285031
Octal32331340613101445012061
Binary1101001111001111000001101011001011001001010001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D319E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D319E0; }

 p { color: rgb(211,25,224); }

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

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

 a { background-color: rgb(211,25,224); }

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

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

 span { border-color: rgb(211,25,224); }

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