Html Css Color HEX #DD11CB Deep Magenta

📋 copy color: '#DD11CB'

red 221 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #DD11CB

Tints of Deep Magenta #DD11CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 50.11%
G = 3.85%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD11CB (or 0xDD11CB) is known color: Deep Magenta. HEX triplet: DD, 11 and CB. RGB value is (221,17,203). Sum of RGB (Red+Green+Blue) = 221+17+203=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11CB is #22EE34. Grayscale: #626262. Windows color (decimal): -2289205 or 13308381. OLE color: 13308381.

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

Color convert

RGB 221 17 203 -
CMYK 0 0.92 0.08 0.13
HSL 305.29º 0.86% 0.47% -
HSV(B) 305.29º 0.92% 0.87% -
XYZ 40.8 20.08 58.23 -
YUV 99.2 186.59 214.88 -
System Red Green Blue C M Y K H S L
Decimal 221 17 203 0 0.92 0.08 0.13 305.29 0.86 0.47
Hex DD 11 CB 0 5C 8 D 131 56 2F
Octal 335 21 313 0 134 10 15 461 126 57
Binary 11011101 10001 11001011 0 1011100 1000 1101 100110001 1010110 101111

Color Harmonies of #DD11CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD11CB

Black with #DD11CB

Text Example


Text Example

White with #DD11CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD11CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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