Html Css Color HEX #DD21E0 Deep Magenta

📋 copy color: '#DD21E0'

red 221 ◦ green 33 ◦ blue 224

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

Shades of Deep Magenta #DD21E0

Tints of Deep Magenta #DD21E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.86%

R = 46.23%
G = 6.9%
B = 46.86%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD21E0 (or 0xDD21E0) is known color: Deep Magenta. HEX triplet: DD, 21 and E0. RGB value is (221,33,224). Sum of RGB (Red+Green+Blue) = 221+33+224=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD21E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21E0 is #22DE1F. Grayscale: #6E6E6E. Windows color (decimal): -2285088 or 14688733. OLE color: 14688733.

HSL color Cylindrical-coordinate representation of color #DD21E0: hue angle of 299.06º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD21E0 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 33 224 -
CMYK 0.01 0.85 0 0.12
HSL 299.06º 0.75% 0.5% -
HSV(B) 299.06º 0.85% 0.88% -
XYZ 43.82 21.84 72.43 -
YUV 110.99 191.78 206.47 -
System Red Green Blue C M Y K H S L
Decimal 221 33 224 0.01 0.85 0 0.12 299.06 0.75 0.5
Hex DD 21 E0 1 55 0 C 12B 4B 32
Octal 335 41 340 1 125 0 14 453 113 62
Binary 11011101 100001 11100000 1 1010101 0 1100 100101011 1001011 110010

Color Harmonies of #DD21E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD21E0

Black with #DD21E0

Text Example


Text Example

White with #DD21E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD21E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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