Html Css Color HEX #DD11DC Deep Magenta

📋 copy color: '#DD11DC'

red 221 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #DD11DC

Tints of Deep Magenta #DD11DC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.71%

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

R = 48.25%
G = 3.71%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD11DC (or 0xDD11DC) is known color: Deep Magenta. HEX triplet: DD, 11 and DC. RGB value is (221,17,220). Sum of RGB (Red+Green+Blue) = 221+17+220=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11DC is #22EE23. Grayscale: #646464. Windows color (decimal): -2289188 or 14422493. OLE color: 14422493.

HSL color Cylindrical-coordinate representation of color #DD11DC: hue angle of 300.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD11DC is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 17 220 -
CMYK 0 0.92 0.00 0.13
HSL 300.29º 0.86% 0.47% -
HSV(B) 300.29º 0.92% 0.87% -
XYZ 42.94 20.94 69.49 -
YUV 101.14 195.09 213.49 -
System Red Green Blue C M Y K H S L
Decimal 221 17 220 0 0.92 0.00 0.13 300.29 0.86 0.47
Hex DD 11 DC 0 5C 0 D 12C 56 2F
Octal 335 21 334 0 134 0 15 454 126 57
Binary 11011101 10001 11011100 0 1011100 0 1101 100101100 1010110 101111

Color Harmonies of #DD11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11DC

Black with #DD11DC

Text Example


Text Example

White with #DD11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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