Html Css Color HEX #D821DD Deep Magenta

📋 copy color: '#D821DD'

red 216 ◦ green 33 ◦ blue 221

#D821DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D821DD

Tints of Deep Magenta #D821DD

RGB

 RED value IS 216 (84.77% from 255) = 45.96%

 GREEN value IS 33 (13.28% from 255) = 7.02%

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 45.96%
G = 7.02%
B = 47.02%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D821DD (or 0xD821DD) is known color: Deep Magenta. HEX triplet: D8, 21 and DD. RGB value is (216,33,221). Sum of RGB (Red+Green+Blue) = 216+33+221=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #D821DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821DD is #27DE22. Grayscale: #6C6C6C. Windows color (decimal): -2612771 or 14492120. OLE color: 14492120.

HSL color Cylindrical-coordinate representation of color #D821DD: hue angle of 298.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D821DD is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 33 221 -
CMYK 0.02 0.85 0 0.13
HSL 298.4º 0.74% 0.5% -
HSV(B) 298.4º 0.85% 0.87% -
XYZ 41.91 20.91 70.23 -
YUV 109.15 191.13 204.21 -
System Red Green Blue C M Y K H S L
Decimal 216 33 221 0.02 0.85 0 0.13 298.4 0.74 0.5
Hex D8 21 DD 2 55 0 D 12A 4A 32
Octal 330 41 335 2 125 0 15 452 112 62
Binary 11011000 100001 11011101 10 1010101 0 1101 100101010 1001010 110010

Color Harmonies of #D821DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D821DD

Black with #D821DD

Text Example


Text Example

White with #D821DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D821DD; }

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

 H1.HeaderClassName
 {
   color: #D821DD;
 }
 .AnyTagClassName
 {
   color: #D821DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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