Html Css Color HEX #DC20A7 Spicy Pink

📋 copy color: '#DC20A7'

red 220 ◦ green 32 ◦ blue 167

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

Shades of Spicy Pink #DC20A7

Tints of Spicy Pink #DC20A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.86%

R = 52.51%
G = 7.64%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC20A7 (or 0xDC20A7) is known color: Spicy Pink. HEX triplet: DC, 20 and A7. RGB value is (220,32,167). Sum of RGB (Red+Green+Blue) = 220+32+167=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC20A7 is #23DF58. Grayscale: #676767. Windows color (decimal): -2350937 or 10952924. OLE color: 10952924.

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

Color convert

RGB 220 32 167 -
CMYK 0 0.85 0.24 0.14
HSL 316.91º 0.75% 0.49% -
HSV(B) 316.91º 0.85% 0.86% -
XYZ 37.01 19.04 38.28 -
YUV 103.6 163.78 211.02 -
System Red Green Blue C M Y K H S L
Decimal 220 32 167 0 0.85 0.24 0.14 316.91 0.75 0.49
Hex DC 20 A7 0 55 18 E 13D 4B 31
Octal 334 40 247 0 125 30 16 475 113 61
Binary 11011100 100000 10100111 0 1010101 11000 1110 100111101 1001011 110001

Color Harmonies of #DC20A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20A7

Black with #DC20A7

Text Example


Text Example

White with #DC20A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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