Html Css Color HEX #DD19B0 Spicy Pink

📋 copy color: '#DD19B0'

red 221 ◦ green 25 ◦ blue 176

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

Shades of Spicy Pink #DD19B0

Tints of Spicy Pink #DD19B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.71%

R = 52.37%
G = 5.92%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD19B0 (or 0xDD19B0) is known color: Spicy Pink. HEX triplet: DD, 19 and B0. RGB value is (221,25,176). Sum of RGB (Red+Green+Blue) = 221+25+176=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD19B0 is #22E64F. Grayscale: #646464. Windows color (decimal): -2287184 or 11540957. OLE color: 11540957.

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

Color convert

RGB 221 25 176 -
CMYK 0 0.89 0.20 0.13
HSL 313.78º 0.8% 0.48% -
HSV(B) 313.78º 0.89% 0.87% -
XYZ 38 19.2 42.78 -
YUV 100.82 170.43 213.72 -
System Red Green Blue C M Y K H S L
Decimal 221 25 176 0 0.89 0.20 0.13 313.78 0.8 0.48
Hex DD 19 B0 0 59 14 D 13A 50 30
Octal 335 31 260 0 131 24 15 472 120 60
Binary 11011101 11001 10110000 0 1011001 10100 1101 100111010 1010000 110000

Color Harmonies of #DD19B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD19B0

Black with #DD19B0

Text Example


Text Example

White with #DD19B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD19B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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