Html Css Color HEX #DB20AA Spicy Pink

📋 copy color: '#DB20AA'

red 219 ◦ green 32 ◦ blue 170

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

Shades of Spicy Pink #DB20AA

Tints of Spicy Pink #DB20AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 52.02%
G = 7.6%
B = 40.38%

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

#DB20AA (or 0xDB20AA) is known color: Spicy Pink. HEX triplet: DB, 20 and AA. RGB value is (219,32,170). Sum of RGB (Red+Green+Blue) = 219+32+170=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB20AA is #24DF55. Grayscale: #676767. Windows color (decimal): -2416470 or 11149531. OLE color: 11149531.

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

Color convert

RGB 219 32 170 -
CMYK 0 0.85 0.22 0.14
HSL 315.72º 0.75% 0.49% -
HSV(B) 315.72º 0.85% 0.86% -
XYZ 36.99 19 39.75 -
YUV 103.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 219 32 170 0 0.85 0.22 0.14 315.72 0.75 0.49
Hex DB 20 AA 0 55 16 E 13C 4B 31
Octal 333 40 252 0 125 26 16 474 113 61
Binary 11011011 100000 10101010 0 1010101 10110 1110 100111100 1001011 110001

Color Harmonies of #DB20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB20AA

Black with #DB20AA

Text Example


Text Example

White with #DB20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB20AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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