#DA19E3

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

Shades of Deep Magenta #DA19E3

Tints of Deep Magenta #DA19E3

Color information

#DA19E3 (or 0xDA19E3) is unknown color: approx Deep Magenta. HEX triplet: DA, 19 and E3. RGB value is (218,25,227). Sum of RGB (Red+Green+Blue) = 218+25+227=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA19E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19E3 is #25E61C. Grayscale: #696969. Windows color (decimal): -2483741 or 14883290. OLE color: 14883290.

HSL color Cylindrical-coordinate representation of color #DA19E3: hue angle of 297.33º 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 #DA19E3 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21825227-
CMYK0.040.8900.11
HSL297.33º80.16%49.41%-
HSV(B)297.33º88.99%89.02%-
XYZ43.1321.1574.48-
YUV105.74196.44208.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 25 (10.16% from 255) = 5.32%
BLUE value IS 227 (89.06% from 255) = 48.30%
R=46.38%
G=5.32%
B=48.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal218252270.040.8900.11297.3380.1649.41
HexDA19E34590B1295031
Octal33231343413101345112061
Binary1101101011001111000111001011001010111001010011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA19E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA19E3; }

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

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

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

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

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

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

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

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