Html Css Color HEX #DD16DD Deep Magenta

📋 copy color: '#DD16DD'

red 221 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #DD16DD

Tints of Deep Magenta #DD16DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.74%

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

R = 47.63%
G = 4.74%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD16DD (or 0xDD16DD) is known color: Deep Magenta. HEX triplet: DD, 16 and DD. RGB value is (221,22,221). Sum of RGB (Red+Green+Blue) = 221+22+221=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16DD is #22E922. Grayscale: #676767. Windows color (decimal): -2287907 or 14489309. OLE color: 14489309.

HSL color Cylindrical-coordinate representation of color #DD16DD: hue angle of 300º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD16DD is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 221 -
CMYK 0 0.90 0 0.13
HSL 300º 0.82% 0.48% -
HSV(B) 300º 0.9% 0.87% -
XYZ 43.16 21.17 70.22 -
YUV 104.19 193.93 211.32 -
System Red Green Blue C M Y K H S L
Decimal 221 22 221 0 0.90 0 0.13 300 0.82 0.48
Hex DD 16 DD 0 5A 0 D 12C 52 30
Octal 335 26 335 0 132 0 15 454 122 60
Binary 11011101 10110 11011101 0 1011010 0 1101 100101100 1010010 110000

Color Harmonies of #DD16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD16DD

Black with #DD16DD

Text Example


Text Example

White with #DD16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD16DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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