#D221DD

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

Shades of Deep Magenta #D221DD

Tints of Deep Magenta #D221DD

Color information

#D221DD (or 0xD221DD) is unknown color: approx Deep Magenta. HEX triplet: D2, 21 and DD. RGB value is (210,33,221). Sum of RGB (Red+Green+Blue) = 210+33+221=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #D221DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221DD is #2DDE22. Grayscale: #6A6A6A. Windows color (decimal): -3005987 or 14492114. OLE color: 14492114.

HSL color Cylindrical-coordinate representation of color #D221DD: hue angle of 296.49º 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 #D221DD is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21033221-
CMYK0.050.8500.13
HSL296.49º74.02%49.8%-
HSV(B)296.49º85.07%86.67%-
XYZ40.1720.0170.15-
YUV107.36192.14201.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 33 (13.28% from 255) = 7.11%
BLUE value IS 221 (86.72% from 255) = 47.63%
R=45.26%
G=7.11%
B=47.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210332210.050.8500.13296.4974.0249.8
HexD221DD5550D1284a32
Octal32241335512501545011262
Binary11010010100001110111011011010101011011001010001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D221DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D221DD; }

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

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

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

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

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

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

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

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