#D821D3

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

Shades of Deep Magenta #D821D3

Tints of Deep Magenta #D821D3

Color information

#D821D3 (or 0xD821D3) is unknown color: approx Deep Magenta. HEX triplet: D8, 21 and D3. RGB value is (216,33,211). Sum of RGB (Red+Green+Blue) = 216+33+211=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 211 (82.81% from 255 or 45.87% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D821D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821D3 is #27DE2C. Grayscale: #6B6B6B. Windows color (decimal): -2612781 or 13836760. OLE color: 13836760.

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

Color convert

RGB21633211-
CMYK00.850.020.15
HSL301.64º73.49%48.82%-
HSV(B)301.64º84.72%84.71%-
XYZ40.6220.3963.42-
YUV108.01186.13205.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.96%
GREEN value IS 33 (13.28% from 255) = 7.17%
BLUE value IS 211 (82.81% from 255) = 45.87%
R=46.96%
G=7.17%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163321100.850.020.15301.6473.4948.82
HexD821D30552F12e4931
Octal33041323012521745611161
Binary1101100010000111010011010101011011111001011101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D821D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D821D3; }

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

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

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

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

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

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

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

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