#D821DA

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

Shades of Deep Magenta #D821DA

Tints of Deep Magenta #D821DA

Color information

#D821DA (or 0xD821DA) is unknown color: approx Deep Magenta. HEX triplet: D8, 21 and DA. RGB value is (216,33,218). Sum of RGB (Red+Green+Blue) = 216+33+218=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #D821DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821DA is #27DE25. Grayscale: #6C6C6C. Windows color (decimal): -2612774 or 14295512. OLE color: 14295512.

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

Color convert

RGB21633218-
CMYK0.010.8500.15
HSL299.35º73.71%49.22%-
HSV(B)299.35º84.86%85.49%-
XYZ41.5220.7568.15-
YUV108.81189.63204.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 33 (13.28% from 255) = 7.07%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=46.25%
G=7.07%
B=46.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216332180.010.8500.15299.3573.7149.22
HexD821DA1550F12b4a31
Octal33041332112501745311261
Binary110110001000011101101011010101011111001010111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D821DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D821DA; }

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

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

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

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

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

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

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

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