Html Css Color HEX #DD17CB Deep Magenta

📋 copy color: '#DD17CB'

red 221 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #DD17CB

Tints of Deep Magenta #DD17CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.15%

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

R = 49.44%
G = 5.15%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD17CB (or 0xDD17CB) is known color: Deep Magenta. HEX triplet: DD, 17 and CB. RGB value is (221,23,203). Sum of RGB (Red+Green+Blue) = 221+23+203=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17CB is #22E834. Grayscale: #666666. Windows color (decimal): -2287669 or 13309917. OLE color: 13309917.

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

Color convert

RGB 221 23 203 -
CMYK 0 0.90 0.08 0.13
HSL 305.45º 0.81% 0.48% -
HSV(B) 305.45º 0.9% 0.87% -
XYZ 40.9 20.3 58.26 -
YUV 102.72 184.6 212.36 -
System Red Green Blue C M Y K H S L
Decimal 221 23 203 0 0.90 0.08 0.13 305.45 0.81 0.48
Hex DD 17 CB 0 5A 8 D 131 51 30
Octal 335 27 313 0 132 10 15 461 121 60
Binary 11011101 10111 11001011 0 1011010 1000 1101 100110001 1010001 110000

Color Harmonies of #DD17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17CB

Black with #DD17CB

Text Example


Text Example

White with #DD17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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