#D119E3

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

Shades of Deep Magenta #D119E3

Tints of Deep Magenta #D119E3

Color information

#D119E3 (or 0xD119E3) is unknown color: approx Deep Magenta. HEX triplet: D1, 19 and E3. RGB value is (209,25,227). Sum of RGB (Red+Green+Blue) = 209+25+227=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 227 (89.06% from 255 or 49.24% from 461); Max value from RGB is 227 - color contains mainly: blue. Hex color #D119E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D119E3 is #2EE61C. Grayscale: #666666. Windows color (decimal): -3073565 or 14883281. OLE color: 14883281.

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

Color convert

RGB20925227-
CMYK0.080.8900.11
HSL294.65º80.16%49.41%-
HSV(B)294.65º88.99%89.02%-
XYZ40.5119.874.36-
YUV103.04197.96203.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 25 (10.16% from 255) = 5.42%
BLUE value IS 227 (89.06% from 255) = 49.24%
R=45.34%
G=5.42%
B=49.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal209252270.080.8900.11294.6580.1649.41
HexD119E38590B1275031
Octal321313431013101344712061
Binary11010001110011110001110001011001010111001001111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D119E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D119E3; }

 p { color: rgb(209,25,227); }

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

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

 a { background-color: rgb(209,25,227); }

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

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

 span { border-color: rgb(209,25,227); }

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