Html Css Color HEX #DB20A5 Spicy Pink

📋 copy color: '#DB20A5'

red 219 ◦ green 32 ◦ blue 165

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

Shades of Spicy Pink #DB20A5

Tints of Spicy Pink #DB20A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.66%

R = 52.64%
G = 7.69%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB20A5 (or 0xDB20A5) is known color: Spicy Pink. HEX triplet: DB, 20 and A5. RGB value is (219,32,165). Sum of RGB (Red+Green+Blue) = 219+32+165=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB20A5 is #24DF5A. Grayscale: #666666. Windows color (decimal): -2416475 or 10821851. OLE color: 10821851.

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

Color convert

RGB 219 32 165 -
CMYK 0 0.85 0.25 0.14
HSL 317.33º 0.75% 0.49% -
HSV(B) 317.33º 0.85% 0.86% -
XYZ 36.52 18.81 37.3 -
YUV 103.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 219 32 165 0 0.85 0.25 0.14 317.33 0.75 0.49
Hex DB 20 A5 0 55 19 E 13D 4B 31
Octal 333 40 245 0 125 31 16 475 113 61
Binary 11011011 100000 10100101 0 1010101 11001 1110 100111101 1001011 110001

Color Harmonies of #DB20A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB20A5

Black with #DB20A5

Text Example


Text Example

White with #DB20A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB20A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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