Html Css Color HEX #DD21DD Deep Magenta

📋 copy color: '#DD21DD'

red 221 ◦ green 33 ◦ blue 221

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

Shades of Deep Magenta #DD21DD

Tints of Deep Magenta #DD21DD

RGB

 RED value IS 221 (86.72% from 255) = 46.53%

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

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

R = 46.53%
G = 6.95%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD21DD (or 0xDD21DD) is known color: Deep Magenta. HEX triplet: DD, 21 and DD. RGB value is (221,33,221). Sum of RGB (Red+Green+Blue) = 221+33+221=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21DD is #22DE22. Grayscale: #6E6E6E. Windows color (decimal): -2285091 or 14492125. OLE color: 14492125.

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

Color convert

RGB 221 33 221 -
CMYK 0 0.85 0 0.13
HSL 300º 0.74% 0.5% -
HSV(B) 300º 0.85% 0.87% -
XYZ 43.41 21.68 70.3 -
YUV 110.64 190.28 206.71 -
System Red Green Blue C M Y K H S L
Decimal 221 33 221 0 0.85 0 0.13 300 0.74 0.5
Hex DD 21 DD 0 55 0 D 12C 4A 32
Octal 335 41 335 0 125 0 15 454 112 62
Binary 11011101 100001 11011101 0 1010101 0 1101 100101100 1001010 110010

Color Harmonies of #DD21DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD21DD

Black with #DD21DD

Text Example


Text Example

White with #DD21DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD21DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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