Html Css Color HEX #DB20AC Spicy Pink

📋 copy color: '#DB20AC'

red 219 ◦ green 32 ◦ blue 172

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

Shades of Spicy Pink #DB20AC

Tints of Spicy Pink #DB20AC

RGB

 RED value IS 219 (85.94% from 255) = 51.77%

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

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 51.77%
G = 7.57%
B = 40.66%

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

#DB20AC (or 0xDB20AC) is known color: Spicy Pink. HEX triplet: DB, 20 and AC. RGB value is (219,32,172). Sum of RGB (Red+Green+Blue) = 219+32+172=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB20AC is #24DF53. Grayscale: #676767. Windows color (decimal): -2416468 or 11280603. OLE color: 11280603.

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

Color convert

RGB 219 32 172 -
CMYK 0 0.85 0.21 0.14
HSL 315.08º 0.75% 0.49% -
HSV(B) 315.08º 0.85% 0.86% -
XYZ 37.18 19.07 40.75 -
YUV 103.87 166.45 210.12 -
System Red Green Blue C M Y K H S L
Decimal 219 32 172 0 0.85 0.21 0.14 315.08 0.75 0.49
Hex DB 20 AC 0 55 15 E 13B 4B 31
Octal 333 40 254 0 125 25 16 473 113 61
Binary 11011011 100000 10101100 0 1010101 10101 1110 100111011 1001011 110001

Color Harmonies of #DB20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB20AC

Black with #DB20AC

Text Example


Text Example

White with #DB20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB20AC; }

 p { color: rgb(219,32,172); }

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

background-color css

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

 a { background-color: rgb(219,32,172); }

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

border-color css

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

 span { border-color: rgb(219,32,172); }

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