Html Css Color HEX #DD11D6 Deep Magenta

📋 copy color: '#DD11D6'

red 221 ◦ green 17 ◦ blue 214

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

Shades of Deep Magenta #DD11D6

Tints of Deep Magenta #DD11D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 48.89%
G = 3.76%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD11D6 (or 0xDD11D6) is known color: Deep Magenta. HEX triplet: DD, 11 and D6. RGB value is (221,17,214). Sum of RGB (Red+Green+Blue) = 221+17+214=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 17 (7.03% from 255 or 3.76% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11D6 is #22EE29. Grayscale: #636363. Windows color (decimal): -2289194 or 14029277. OLE color: 14029277.

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

Color convert

RGB 221 17 214 -
CMYK 0 0.92 0.03 0.13
HSL 302.06º 0.86% 0.47% -
HSV(B) 302.06º 0.92% 0.87% -
XYZ 42.16 20.63 65.38 -
YUV 100.45 192.09 213.98 -
System Red Green Blue C M Y K H S L
Decimal 221 17 214 0 0.92 0.03 0.13 302.06 0.86 0.47
Hex DD 11 D6 0 5C 3 D 12E 56 2F
Octal 335 21 326 0 134 3 15 456 126 57
Binary 11011101 10001 11010110 0 1011100 11 1101 100101110 1010110 101111

Color Harmonies of #DD11D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11D6

Black with #DD11D6

Text Example


Text Example

White with #DD11D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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