Html Css Color HEX #DD16DC Deep Magenta

📋 copy color: '#DD16DC'

red 221 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #DD16DC

Tints of Deep Magenta #DD16DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 47.73%
G = 4.75%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD16DC (or 0xDD16DC) is known color: Deep Magenta. HEX triplet: DD, 16 and DC. RGB value is (221,22,220). Sum of RGB (Red+Green+Blue) = 221+22+220=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16DC is #22E923. Grayscale: #676767. Windows color (decimal): -2287908 or 14423773. OLE color: 14423773.

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

Color convert

RGB 221 22 220 -
CMYK 0 0.90 0.00 0.13
HSL 300.3º 0.82% 0.48% -
HSV(B) 300.3º 0.9% 0.87% -
XYZ 43.02 21.11 69.52 -
YUV 104.07 193.43 211.4 -
System Red Green Blue C M Y K H S L
Decimal 221 22 220 0 0.90 0.00 0.13 300.3 0.82 0.48
Hex DD 16 DC 0 5A 0 D 12C 52 30
Octal 335 26 334 0 132 0 15 454 122 60
Binary 11011101 10110 11011100 0 1011010 0 1101 100101100 1010010 110000

Color Harmonies of #DD16DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD16DC

Black with #DD16DC

Text Example


Text Example

White with #DD16DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD16DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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