#DA01D8

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

Shades of Deep Magenta #DA01D8

Tints of Deep Magenta #DA01D8

Color information

#DA01D8 (or 0xDA01D8) is unknown color: approx Deep Magenta. HEX triplet: DA, 01 and D8. RGB value is (218,1,216). Sum of RGB (Red+Green+Blue) = 218+1+216=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA01D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01D8 is #25FE27. Grayscale: #595959. Windows color (decimal): -2489896 or 14156250. OLE color: 14156250.

HSL color Cylindrical-coordinate representation of color #DA01D8: hue angle of 300.55º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA01D8 is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB2181216-
CMYK01.000.010.15
HSL300.55º99.09%42.94%-
HSV(B)300.55º99.54%85.49%-
XYZ41.3219.8966.63-
YUV90.39198.89219.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.11%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 216 (84.77% from 255) = 49.66%
R=50.11%
G=0.23%
B=49.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218121601.000.010.15300.5599.0942.94
HexDA1D80641F12d632b
Octal3321330014411745514353
Binary1101101011101100001100100111111001011011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA01D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA01D8; }

 p { color: rgb(218,1,216); }

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

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

 a { background-color: rgb(218,1,216); }

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

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

 span { border-color: rgb(218,1,216); }

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