Html Css Color HEX #DD11C7 Deep Magenta

📋 copy color: '#DD11C7'

red 221 ◦ green 17 ◦ blue 199

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

Shades of Deep Magenta #DD11C7

Tints of Deep Magenta #DD11C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.54%

R = 50.57%
G = 3.89%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD11C7 (or 0xDD11C7) is known color: Deep Magenta. HEX triplet: DD, 11 and C7. RGB value is (221,17,199). Sum of RGB (Red+Green+Blue) = 221+17+199=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11C7 is #22EE38. Grayscale: #626262. Windows color (decimal): -2289209 or 13046237. OLE color: 13046237.

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

Color convert

RGB 221 17 199 -
CMYK 0 0.92 0.10 0.13
HSL 306.47º 0.86% 0.47% -
HSV(B) 306.47º 0.92% 0.87% -
XYZ 40.33 19.9 55.75 -
YUV 98.74 184.59 215.2 -
System Red Green Blue C M Y K H S L
Decimal 221 17 199 0 0.92 0.10 0.13 306.47 0.86 0.47
Hex DD 11 C7 0 5C A D 132 56 2F
Octal 335 21 307 0 134 12 15 462 126 57
Binary 11011101 10001 11000111 0 1011100 1010 1101 100110010 1010110 101111

Color Harmonies of #DD11C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11C7

Black with #DD11C7

Text Example


Text Example

White with #DD11C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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