Html Css Color HEX #DC19AA Spicy Pink

📋 copy color: '#DC19AA'

red 220 ◦ green 25 ◦ blue 170

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

Shades of Spicy Pink #DC19AA

Tints of Spicy Pink #DC19AA

RGB

 RED value IS 220 (86.33% from 255) = 53.01%

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 53.01%
G = 6.02%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC19AA (or 0xDC19AA) is known color: Spicy Pink. HEX triplet: DC, 19 and AA. RGB value is (220,25,170). Sum of RGB (Red+Green+Blue) = 220+25+170=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC19AA is #23E655. Grayscale: #636363. Windows color (decimal): -2352726 or 11147740. OLE color: 11147740.

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

Color convert

RGB 220 25 170 -
CMYK 0 0.89 0.23 0.14
HSL 315.38º 0.8% 0.48% -
HSV(B) 315.38º 0.89% 0.86% -
XYZ 37.12 18.81 39.71 -
YUV 99.84 167.6 213.71 -
System Red Green Blue C M Y K H S L
Decimal 220 25 170 0 0.89 0.23 0.14 315.38 0.8 0.48
Hex DC 19 AA 0 59 17 E 13B 50 30
Octal 334 31 252 0 131 27 16 473 120 60
Binary 11011100 11001 10101010 0 1011001 10111 1110 100111011 1010000 110000

Color Harmonies of #DC19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19AA

Black with #DC19AA

Text Example


Text Example

White with #DC19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19AA; }

 p { color: rgb(220,25,170); }

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

background-color css

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

 a { background-color: rgb(220,25,170); }

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

border-color css

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

 span { border-color: rgb(220,25,170); }

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