Html Css Color HEX #DC20B0 Spicy Pink

📋 copy color: '#DC20B0'

red 220 ◦ green 32 ◦ blue 176

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

Shades of Spicy Pink #DC20B0

Tints of Spicy Pink #DC20B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.12%

R = 51.4%
G = 7.48%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC20B0 (or 0xDC20B0) is known color: Spicy Pink. HEX triplet: DC, 20 and B0. RGB value is (220,32,176). Sum of RGB (Red+Green+Blue) = 220+32+176=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC20B0 is #23DF4F. Grayscale: #686868. Windows color (decimal): -2350928 or 11542748. OLE color: 11542748.

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

Color convert

RGB 220 32 176 -
CMYK 0 0.85 0.2 0.14
HSL 314.04º 0.75% 0.49% -
HSV(B) 314.04º 0.85% 0.86% -
XYZ 37.87 19.38 42.82 -
YUV 104.63 168.28 210.29 -
System Red Green Blue C M Y K H S L
Decimal 220 32 176 0 0.85 0.2 0.14 314.04 0.75 0.49
Hex DC 20 B0 0 55 14 E 13A 4B 31
Octal 334 40 260 0 125 24 16 472 113 61
Binary 11011100 100000 10110000 0 1010101 10100 1110 100111010 1001011 110001

Color Harmonies of #DC20B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20B0

Black with #DC20B0

Text Example


Text Example

White with #DC20B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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