Html Css Color HEX #DC17AF Spicy Pink

📋 copy color: '#DC17AF'

red 220 ◦ green 23 ◦ blue 175

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

Shades of Spicy Pink #DC17AF

Tints of Spicy Pink #DC17AF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.5%

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

R = 52.63%
G = 5.5%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC17AF (or 0xDC17AF) is known color: Spicy Pink. HEX triplet: DC, 17 and AF. RGB value is (220,23,175). Sum of RGB (Red+Green+Blue) = 220+23+175=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC17AF is #23E850. Grayscale: #626262. Windows color (decimal): -2353233 or 11474908. OLE color: 11474908.

HSL color Cylindrical-coordinate representation of color #DC17AF: hue angle of 313.71º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17AF is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 175 -
CMYK 0 0.90 0.20 0.14
HSL 313.71º 0.81% 0.48% -
HSV(B) 313.71º 0.9% 0.86% -
XYZ 37.56 18.92 42.23 -
YUV 99.23 170.77 214.14 -
System Red Green Blue C M Y K H S L
Decimal 220 23 175 0 0.90 0.20 0.14 313.71 0.81 0.48
Hex DC 17 AF 0 5A 14 E 13A 51 30
Octal 334 27 257 0 132 24 16 472 121 60
Binary 11011100 10111 10101111 0 1011010 10100 1110 100111010 1010001 110000

Color Harmonies of #DC17AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17AF

Black with #DC17AF

Text Example


Text Example

White with #DC17AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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