#D22CDD

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

Shades of Deep Magenta #D22CDD

Tints of Deep Magenta #D22CDD

Color information

#D22CDD (or 0xD22CDD) is unknown color: approx Deep Magenta. HEX triplet: D2, 2C and DD. RGB value is (210,44,221). Sum of RGB (Red+Green+Blue) = 210+44+221=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #D22CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22CDD is #2DD322. Grayscale: #717171. Windows color (decimal): -3003171 or 14494930. OLE color: 14494930.

HSL color Cylindrical-coordinate representation of color #D22CDD: hue angle of 296.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22CDD is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21044221-
CMYK0.050.8000.13
HSL296.27º72.24%51.96%-
HSV(B)296.27º80.09%86.67%-
XYZ40.5320.7270.27-
YUV113.81188.5196.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 44 (17.58% from 255) = 9.26%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=44.21%
G=9.26%
B=46.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210442210.050.8000.13296.2772.2451.96
HexD22CDD5500D1284834
Octal32254335512001545011064
Binary11010010101100110111011011010000011011001010001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22CDD; }

 p { color: rgb(210,44,221); }

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

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

 a { background-color: rgb(210,44,221); }

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

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

 span { border-color: rgb(210,44,221); }

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