#D821D2

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

Shades of Deep Magenta #D821D2

Tints of Deep Magenta #D821D2

Color information

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

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

Color convert

RGB21633210-
CMYK00.850.030.15
HSL301.97º73.49%48.82%-
HSV(B)301.97º84.72%84.71%-
XYZ40.520.3462.76-
YUV107.9185.63205.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163321000.850.030.15301.9773.4948.82
HexD821D20553F12e4931
Octal33041322012531745611161
Binary1101100010000111010010010101011111111001011101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D821D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D821D2; }

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

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

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

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

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

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

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

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