#DA01D9

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

Shades of Deep Magenta #DA01D9

Tints of Deep Magenta #DA01D9

Color information

#DA01D9 (or 0xDA01D9) is unknown color: approx Deep Magenta. HEX triplet: DA, 01 and D9. RGB value is (218,1,217). Sum of RGB (Red+Green+Blue) = 218+1+217=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA01D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01D9 is #25FE26. Grayscale: #595959. Windows color (decimal): -2489895 or 14221786. OLE color: 14221786.

HSL color Cylindrical-coordinate representation of color #DA01D9: hue angle of 300.28º 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 #DA01D9 is Cyan = 0, Magento = 1.00, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB2181217-
CMYK01.000.000.15
HSL300.28º99.09%42.94%-
HSV(B)300.28º99.54%85.49%-
XYZ41.4519.9467.31-
YUV90.51199.39218.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 217 (85.16% from 255) = 49.77%
R=50%
G=0.23%
B=49.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218121701.000.000.15300.2899.0942.94
HexDA1D90640F12c632b
Octal3321331014401745414353
Binary1101101011101100101100100011111001011001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA01D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA01D9; }

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

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

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

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

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

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

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

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