Html Css Color HEX #DB20AB Spicy Pink

📋 copy color: '#DB20AB'

red 219 ◦ green 32 ◦ blue 171

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

Shades of Spicy Pink #DB20AB

Tints of Spicy Pink #DB20AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 51.9%
G = 7.58%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB20AB (or 0xDB20AB) is known color: Spicy Pink. HEX triplet: DB, 20 and AB. RGB value is (219,32,171). Sum of RGB (Red+Green+Blue) = 219+32+171=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB20AB is #24DF54. Grayscale: #676767. Windows color (decimal): -2416469 or 11215067. OLE color: 11215067.

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

Color convert

RGB 219 32 171 -
CMYK 0 0.85 0.22 0.14
HSL 315.4º 0.75% 0.49% -
HSV(B) 315.4º 0.85% 0.86% -
XYZ 37.08 19.03 40.25 -
YUV 103.76 165.95 210.2 -
System Red Green Blue C M Y K H S L
Decimal 219 32 171 0 0.85 0.22 0.14 315.4 0.75 0.49
Hex DB 20 AB 0 55 16 E 13B 4B 31
Octal 333 40 253 0 125 26 16 473 113 61
Binary 11011011 100000 10101011 0 1010101 10110 1110 100111011 1001011 110001

Color Harmonies of #DB20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB20AB

Black with #DB20AB

Text Example


Text Example

White with #DB20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB20AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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