Html Css Color HEX #DD19AD Spicy Pink

📋 copy color: '#DD19AD'

red 221 ◦ green 25 ◦ blue 173

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

Shades of Spicy Pink #DD19AD

Tints of Spicy Pink #DD19AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.97%

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 52.74%
G = 5.97%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD19AD (or 0xDD19AD) is known color: Spicy Pink. HEX triplet: DD, 19 and AD. RGB value is (221,25,173). Sum of RGB (Red+Green+Blue) = 221+25+173=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD19AD is #22E652. Grayscale: #646464. Windows color (decimal): -2287187 or 11344349. OLE color: 11344349.

HSL color Cylindrical-coordinate representation of color #DD19AD: hue angle of 314.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD19AD is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 25 173 -
CMYK 0 0.89 0.22 0.13
HSL 314.69º 0.8% 0.48% -
HSV(B) 314.69º 0.89% 0.87% -
XYZ 37.71 19.08 41.23 -
YUV 100.48 168.93 213.97 -
System Red Green Blue C M Y K H S L
Decimal 221 25 173 0 0.89 0.22 0.13 314.69 0.8 0.48
Hex DD 19 AD 0 59 16 D 13B 50 30
Octal 335 31 255 0 131 26 15 473 120 60
Binary 11011101 11001 10101101 0 1011001 10110 1101 100111011 1010000 110000

Color Harmonies of #DD19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19AD

Black with #DD19AD

Text Example


Text Example

White with #DD19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19AD; }

 p { color: rgb(221,25,173); }

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

background-color css

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

 a { background-color: rgb(221,25,173); }

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

border-color css

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

 span { border-color: rgb(221,25,173); }

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