#DA22D1

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

Shades of Deep Magenta #DA22D1

Tints of Deep Magenta #DA22D1

Color information

#DA22D1 (or 0xDA22D1) is unknown color: approx Deep Magenta. HEX triplet: DA, 22 and D1. RGB value is (218,34,209). Sum of RGB (Red+Green+Blue) = 218+34+209=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA22D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA22D1 is #25DD2E. Grayscale: #6C6C6C. Windows color (decimal): -2481455 or 13705946. OLE color: 13705946.

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

Color convert

RGB21834209-
CMYK00.840.040.15
HSL302.93º73.02%49.41%-
HSV(B)302.93º84.4%85.49%-
XYZ40.9920.6562.15-
YUV108.97184.46205.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 34 (13.67% from 255) = 7.38%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=47.29%
G=7.38%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183420900.840.040.15302.9373.0249.41
HexDA22D10544F12f4931
Octal33242321012441745711161
Binary11011010100010110100010101010010011111001011111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA22D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA22D1; }

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

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

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

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

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

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

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

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