Html Css Color HEX #DC19AC Spicy Pink

📋 copy color: '#DC19AC'

red 220 ◦ green 25 ◦ blue 172

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

Shades of Spicy Pink #DC19AC

Tints of Spicy Pink #DC19AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 52.76%
G = 6%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC19AC (or 0xDC19AC) is known color: Spicy Pink. HEX triplet: DC, 19 and AC. RGB value is (220,25,172). Sum of RGB (Red+Green+Blue) = 220+25+172=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC19AC is #23E653. Grayscale: #636363. Windows color (decimal): -2352724 or 11278812. OLE color: 11278812.

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

Color convert

RGB 220 25 172 -
CMYK 0 0.89 0.22 0.14
HSL 314.77º 0.8% 0.48% -
HSV(B) 314.77º 0.89% 0.86% -
XYZ 37.31 18.89 40.71 -
YUV 100.06 168.6 213.55 -
System Red Green Blue C M Y K H S L
Decimal 220 25 172 0 0.89 0.22 0.14 314.77 0.8 0.48
Hex DC 19 AC 0 59 16 E 13B 50 30
Octal 334 31 254 0 131 26 16 473 120 60
Binary 11011100 11001 10101100 0 1011001 10110 1110 100111011 1010000 110000

Color Harmonies of #DC19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19AC

Black with #DC19AC

Text Example


Text Example

White with #DC19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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