Html Css Color HEX #DD17C3 Deep Magenta

📋 copy color: '#DD17C3'

red 221 ◦ green 23 ◦ blue 195

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

Shades of Deep Magenta #DD17C3

Tints of Deep Magenta #DD17C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.42%

R = 50.34%
G = 5.24%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD17C3 (or 0xDD17C3) is known color: Deep Magenta. HEX triplet: DD, 17 and C3. RGB value is (221,23,195). Sum of RGB (Red+Green+Blue) = 221+23+195=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17C3 is #22E83C. Grayscale: #656565. Windows color (decimal): -2287677 or 12785629. OLE color: 12785629.

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

Color convert

RGB 221 23 195 -
CMYK 0 0.90 0.12 0.13
HSL 307.88º 0.81% 0.48% -
HSV(B) 307.88º 0.9% 0.87% -
XYZ 39.98 19.93 53.37 -
YUV 101.81 180.6 213.01 -
System Red Green Blue C M Y K H S L
Decimal 221 23 195 0 0.90 0.12 0.13 307.88 0.81 0.48
Hex DD 17 C3 0 5A C D 134 51 30
Octal 335 27 303 0 132 14 15 464 121 60
Binary 11011101 10111 11000011 0 1011010 1100 1101 100110100 1010001 110000

Color Harmonies of #DD17C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17C3

Black with #DD17C3

Text Example


Text Example

White with #DD17C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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