Html Css Color HEX #DC19AF Spicy Pink

📋 copy color: '#DC19AF'

red 220 ◦ green 25 ◦ blue 175

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

Shades of Spicy Pink #DC19AF

Tints of Spicy Pink #DC19AF

RGB

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

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

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

R = 52.38%
G = 5.95%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC19AF (or 0xDC19AF) is known color: Spicy Pink. HEX triplet: DC, 19 and AF. RGB value is (220,25,175). Sum of RGB (Red+Green+Blue) = 220+25+175=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC19AF is #23E650. Grayscale: #646464. Windows color (decimal): -2352721 or 11475420. OLE color: 11475420.

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

Color convert

RGB 220 25 175 -
CMYK 0 0.89 0.20 0.14
HSL 313.85º 0.8% 0.48% -
HSV(B) 313.85º 0.89% 0.86% -
XYZ 37.6 19.01 42.24 -
YUV 100.41 170.1 213.3 -
System Red Green Blue C M Y K H S L
Decimal 220 25 175 0 0.89 0.20 0.14 313.85 0.8 0.48
Hex DC 19 AF 0 59 14 E 13A 50 30
Octal 334 31 257 0 131 24 16 472 120 60
Binary 11011100 11001 10101111 0 1011001 10100 1110 100111010 1010000 110000

Color Harmonies of #DC19AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC19AF

Black with #DC19AF

Text Example


Text Example

White with #DC19AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC19AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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