#DA22C5

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

Shades of Deep Magenta #DA22C5

Tints of Deep Magenta #DA22C5

Color information

#DA22C5 (or 0xDA22C5) is unknown color: approx Deep Magenta. HEX triplet: DA, 22 and C5. RGB value is (218,34,197). Sum of RGB (Red+Green+Blue) = 218+34+197=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA22C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA22C5 is #25DD3A. Grayscale: #6B6B6B. Windows color (decimal): -2481467 or 12919514. OLE color: 12919514.

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

Color convert

RGB21834197-
CMYK00.840.100.15
HSL306.85º73.02%49.41%-
HSV(B)306.85º84.4%85.49%-
XYZ39.5620.0854.61-
YUV107.6178.46206.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 34 (13.67% from 255) = 7.57%
BLUE value IS 197 (77.34% from 255) = 43.88%
R=48.55%
G=7.57%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183419700.840.100.15306.8573.0249.41
HexDA22C5054AF1334931
Octal332423050124121746311161
Binary110110101000101100010101010100101011111001100111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA22C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA22C5; }

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

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

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

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

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

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

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

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