Html Css Color HEX #DD17CD Deep Magenta

📋 copy color: '#DD17CD'

red 221 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #DD17CD

Tints of Deep Magenta #DD17CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 49.22%
G = 5.12%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD17CD (or 0xDD17CD) is known color: Deep Magenta. HEX triplet: DD, 17 and CD. RGB value is (221,23,205). Sum of RGB (Red+Green+Blue) = 221+23+205=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17CD is #22E832. Grayscale: #666666. Windows color (decimal): -2287667 or 13440989. OLE color: 13440989.

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

Color convert

RGB 221 23 205 -
CMYK 0 0.90 0.07 0.13
HSL 304.85º 0.81% 0.48% -
HSV(B) 304.85º 0.9% 0.87% -
XYZ 41.14 20.39 59.53 -
YUV 102.95 185.6 212.2 -
System Red Green Blue C M Y K H S L
Decimal 221 23 205 0 0.90 0.07 0.13 304.85 0.81 0.48
Hex DD 17 CD 0 5A 7 D 131 51 30
Octal 335 27 315 0 132 7 15 461 121 60
Binary 11011101 10111 11001101 0 1011010 111 1101 100110001 1010001 110000

Color Harmonies of #DD17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17CD

Black with #DD17CD

Text Example


Text Example

White with #DD17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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