Html Css Color HEX #DC20AD Spicy Pink

📋 copy color: '#DC20AD'

red 220 ◦ green 32 ◦ blue 173

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

Shades of Spicy Pink #DC20AD

Tints of Spicy Pink #DC20AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.53%

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 51.76%
G = 7.53%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC20AD (or 0xDC20AD) is known color: Spicy Pink. HEX triplet: DC, 20 and AD. RGB value is (220,32,173). Sum of RGB (Red+Green+Blue) = 220+32+173=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC20AD is #23DF52. Grayscale: #676767. Windows color (decimal): -2350931 or 11346140. OLE color: 11346140.

HSL color Cylindrical-coordinate representation of color #DC20AD: hue angle of 315º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20AD is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 173 -
CMYK 0 0.85 0.21 0.14
HSL 315º 0.75% 0.49% -
HSV(B) 315º 0.85% 0.86% -
XYZ 37.57 19.27 41.27 -
YUV 104.29 166.78 210.54 -
System Red Green Blue C M Y K H S L
Decimal 220 32 173 0 0.85 0.21 0.14 315 0.75 0.49
Hex DC 20 AD 0 55 15 E 13B 4B 31
Octal 334 40 255 0 125 25 16 473 113 61
Binary 11011100 100000 10101101 0 1010101 10101 1110 100111011 1001011 110001

Color Harmonies of #DC20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20AD

Black with #DC20AD

Text Example


Text Example

White with #DC20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20AD; }

 p { color: rgb(220,32,173); }

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

background-color css

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

 a { background-color: rgb(220,32,173); }

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

border-color css

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

 span { border-color: rgb(220,32,173); }

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