#DA21C5

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

Shades of Deep Magenta #DA21C5

Tints of Deep Magenta #DA21C5

Color information

#DA21C5 (or 0xDA21C5) is unknown color: approx Deep Magenta. HEX triplet: DA, 21 and C5. RGB value is (218,33,197). Sum of RGB (Red+Green+Blue) = 218+33+197=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA21C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA21C5 is #25DE3A. Grayscale: #6A6A6A. Windows color (decimal): -2481723 or 12919258. OLE color: 12919258.

HSL color Cylindrical-coordinate representation of color #DA21C5: hue angle of 306.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA21C5 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB21833197-
CMYK00.850.100.15
HSL306.81º73.71%49.22%-
HSV(B)306.81º84.86%85.49%-
XYZ39.5420.0254.6-
YUV107.01178.79207.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.66%
GREEN value IS 33 (13.28% from 255) = 7.37%
BLUE value IS 197 (77.34% from 255) = 43.97%
R=48.66%
G=7.37%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183319700.850.100.15306.8173.7149.22
HexDA21C5055AF1334a31
Octal332413050125121746311261
Binary110110101000011100010101010101101011111001100111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA21C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA21C5; }

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

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

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

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

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

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

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

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