Html Css Color HEX #DD19AF Spicy Pink

📋 copy color: '#DD19AF'

red 221 ◦ green 25 ◦ blue 175

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

Shades of Spicy Pink #DD19AF

Tints of Spicy Pink #DD19AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 52.49%
G = 5.94%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD19AF (or 0xDD19AF) is known color: Spicy Pink. HEX triplet: DD, 19 and AF. RGB value is (221,25,175). Sum of RGB (Red+Green+Blue) = 221+25+175=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD19AF is #22E650. Grayscale: #646464. Windows color (decimal): -2287185 or 11475421. OLE color: 11475421.

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

Color convert

RGB 221 25 175 -
CMYK 0 0.89 0.21 0.13
HSL 314.08º 0.8% 0.48% -
HSV(B) 314.08º 0.89% 0.87% -
XYZ 37.9 19.16 42.26 -
YUV 100.7 169.93 213.8 -
System Red Green Blue C M Y K H S L
Decimal 221 25 175 0 0.89 0.21 0.13 314.08 0.8 0.48
Hex DD 19 AF 0 59 15 D 13A 50 30
Octal 335 31 257 0 131 25 15 472 120 60
Binary 11011101 11001 10101111 0 1011001 10101 1101 100111010 1010000 110000

Color Harmonies of #DD19AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19AF

Black with #DD19AF

Text Example


Text Example

White with #DD19AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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