Html Css Color HEX #D822DD Deep Magenta

📋 copy color: '#D822DD'

red 216 ◦ green 34 ◦ blue 221

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

Shades of Deep Magenta #D822DD

Tints of Deep Magenta #D822DD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.22%

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

R = 45.86%
G = 7.22%
B = 46.92%

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

#D822DD (or 0xD822DD) is known color: Deep Magenta. HEX triplet: D8, 22 and DD. RGB value is (216,34,221). Sum of RGB (Red+Green+Blue) = 216+34+221=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #D822DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D822DD is #27DD22. Grayscale: #6D6D6D. Windows color (decimal): -2612515 or 14492376. OLE color: 14492376.

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

Color convert

RGB 216 34 221 -
CMYK 0.02 0.85 0 0.13
HSL 298.4º 0.73% 0.5% -
HSV(B) 298.4º 0.85% 0.87% -
XYZ 41.94 20.96 70.24 -
YUV 109.74 190.8 203.79 -
System Red Green Blue C M Y K H S L
Decimal 216 34 221 0.02 0.85 0 0.13 298.4 0.73 0.5
Hex D8 22 DD 2 55 0 D 12A 49 32
Octal 330 42 335 2 125 0 15 452 111 62
Binary 11011000 100010 11011101 10 1010101 0 1101 100101010 1001001 110010

Color Harmonies of #D822DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D822DD

Black with #D822DD

Text Example


Text Example

White with #D822DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D822DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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