#D221D8

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

Shades of Deep Magenta #D221D8

Tints of Deep Magenta #D221D8

Color information

#D221D8 (or 0xD221D8) is unknown color: approx Deep Magenta. HEX triplet: D2, 21 and D8. RGB value is (210,33,216). Sum of RGB (Red+Green+Blue) = 210+33+216=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #D221D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221D8 is #2DDE27. Grayscale: #6A6A6A. Windows color (decimal): -3005992 or 14164434. OLE color: 14164434.

HSL color Cylindrical-coordinate representation of color #D221D8: hue angle of 298.03º degrees, saturation: 0.73, 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 #D221D8 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21033216-
CMYK0.030.8500.15
HSL298.03º73.49%48.82%-
HSV(B)298.03º84.72%84.71%-
XYZ39.5219.7566.69-
YUV106.78189.64201.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 33 (13.28% from 255) = 7.19%
BLUE value IS 216 (84.77% from 255) = 47.06%
R=45.75%
G=7.19%
B=47.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210332160.030.8500.15298.0373.4948.82
HexD221D83550F12a4931
Octal32241330312501745211161
Binary1101001010000111011000111010101011111001010101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D221D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D221D8; }

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

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

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

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

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

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

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

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