Html Css Color HEX #DD17C4 Deep Magenta

📋 copy color: '#DD17C4'

red 221 ◦ green 23 ◦ blue 196

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

Shades of Deep Magenta #DD17C4

Tints of Deep Magenta #DD17C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.55%

R = 50.23%
G = 5.23%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD17C4 (or 0xDD17C4) is known color: Deep Magenta. HEX triplet: DD, 17 and C4. RGB value is (221,23,196). Sum of RGB (Red+Green+Blue) = 221+23+196=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17C4 is #22E83B. Grayscale: #656565. Windows color (decimal): -2287676 or 12851165. OLE color: 12851165.

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

Color convert

RGB 221 23 196 -
CMYK 0 0.90 0.11 0.13
HSL 307.58º 0.81% 0.48% -
HSV(B) 307.58º 0.9% 0.87% -
XYZ 40.09 19.97 53.97 -
YUV 101.92 181.1 212.93 -
System Red Green Blue C M Y K H S L
Decimal 221 23 196 0 0.90 0.11 0.13 307.58 0.81 0.48
Hex DD 17 C4 0 5A B D 134 51 30
Octal 335 27 304 0 132 13 15 464 121 60
Binary 11011101 10111 11000100 0 1011010 1011 1101 100110100 1010001 110000

Color Harmonies of #DD17C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD17C4

Black with #DD17C4

Text Example


Text Example

White with #DD17C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD17C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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