#D821D4

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

Shades of Deep Magenta #D821D4

Tints of Deep Magenta #D821D4

Color information

#D821D4 (or 0xD821D4) is unknown color: approx Deep Magenta. HEX triplet: D8, 21 and D4. RGB value is (216,33,212). Sum of RGB (Red+Green+Blue) = 216+33+212=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D821D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821D4 is #27DE2B. Grayscale: #6B6B6B. Windows color (decimal): -2612780 or 13902296. OLE color: 13902296.

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

Color convert

RGB21633212-
CMYK00.850.020.15
HSL301.31º73.49%48.82%-
HSV(B)301.31º84.72%84.71%-
XYZ40.7520.4464.09-
YUV108.12186.63204.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 33 (13.28% from 255) = 7.16%
BLUE value IS 212 (83.20% from 255) = 45.99%
R=46.85%
G=7.16%
B=45.99%

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
Decimal2163321200.850.020.15301.3173.4948.82
HexD821D40552F12d4931
Octal33041324012521745511161
Binary1101100010000111010100010101011011111001011011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D821D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D821D4; }

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

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

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

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

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

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

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

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