Html Css Color HEX #DB20A6 Spicy Pink

📋 copy color: '#DB20A6'

red 219 ◦ green 32 ◦ blue 166

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

Shades of Spicy Pink #DB20A6

Tints of Spicy Pink #DB20A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.81%

R = 52.52%
G = 7.67%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB20A6 (or 0xDB20A6) is known color: Spicy Pink. HEX triplet: DB, 20 and A6. RGB value is (219,32,166). Sum of RGB (Red+Green+Blue) = 219+32+166=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB20A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB20A6 is #24DF59. Grayscale: #666666. Windows color (decimal): -2416474 or 10887387. OLE color: 10887387.

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

Color convert

RGB 219 32 166 -
CMYK 0 0.85 0.24 0.14
HSL 317.01º 0.75% 0.49% -
HSV(B) 317.01º 0.85% 0.86% -
XYZ 36.61 18.85 37.78 -
YUV 103.19 163.45 210.6 -
System Red Green Blue C M Y K H S L
Decimal 219 32 166 0 0.85 0.24 0.14 317.01 0.75 0.49
Hex DB 20 A6 0 55 18 E 13D 4B 31
Octal 333 40 246 0 125 30 16 475 113 61
Binary 11011011 100000 10100110 0 1010101 11000 1110 100111101 1001011 110001

Color Harmonies of #DB20A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB20A6

Black with #DB20A6

Text Example


Text Example

White with #DB20A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB20A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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