#DA21DD

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

Shades of Deep Magenta #DA21DD

Tints of Deep Magenta #DA21DD

Color information

#DA21DD (or 0xDA21DD) is unknown color: approx Deep Magenta. HEX triplet: DA, 21 and DD. RGB value is (218,33,221). Sum of RGB (Red+Green+Blue) = 218+33+221=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA21DD is #25DE22. Grayscale: #6D6D6D. Windows color (decimal): -2481699 or 14492122. OLE color: 14492122.

HSL color Cylindrical-coordinate representation of color #DA21DD: hue angle of 299.04º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA21DD is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21833221-
CMYK0.010.8500.13
HSL299.04º74.02%49.8%-
HSV(B)299.04º85.07%86.67%-
XYZ42.5121.2170.26-
YUV109.75190.79205.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.19%
GREEN value IS 33 (13.28% from 255) = 6.99%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=46.19%
G=6.99%
B=46.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218332210.010.8500.13299.0474.0249.8
HexDA21DD1550D12b4a32
Octal33241335112501545311262
Binary110110101000011101110111010101011011001010111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA21DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA21DD; }

 p { color: rgb(218,33,221); }

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

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

 a { background-color: rgb(218,33,221); }

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

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

 span { border-color: rgb(218,33,221); }

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