Html Css Color HEX #DD19A9 Spicy Pink

📋 copy color: '#DD19A9'

red 221 ◦ green 25 ◦ blue 169

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

Shades of Spicy Pink #DD19A9

Tints of Spicy Pink #DD19A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.72%

R = 53.25%
G = 6.02%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD19A9 (or 0xDD19A9) is known color: Spicy Pink. HEX triplet: DD, 19 and A9. RGB value is (221,25,169). Sum of RGB (Red+Green+Blue) = 221+25+169=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD19A9 is #22E656. Grayscale: #636363. Windows color (decimal): -2287191 or 11082205. OLE color: 11082205.

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

Color convert

RGB 221 25 169 -
CMYK 0 0.89 0.24 0.13
HSL 315.92º 0.8% 0.48% -
HSV(B) 315.92º 0.89% 0.87% -
XYZ 37.33 18.93 39.22 -
YUV 100.02 166.93 214.29 -
System Red Green Blue C M Y K H S L
Decimal 221 25 169 0 0.89 0.24 0.13 315.92 0.8 0.48
Hex DD 19 A9 0 59 18 D 13C 50 30
Octal 335 31 251 0 131 30 15 474 120 60
Binary 11011101 11001 10101001 0 1011001 11000 1101 100111100 1010000 110000

Color Harmonies of #DD19A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19A9

Black with #DD19A9

Text Example


Text Example

White with #DD19A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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