Html Css Color HEX #DB22A9 Spicy Pink

📋 copy color: '#DB22A9'

red 219 ◦ green 34 ◦ blue 169

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

Shades of Spicy Pink #DB22A9

Tints of Spicy Pink #DB22A9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.06%

 BLUE value IS 169 (66.41% from 255) = 40.05%

R = 51.9%
G = 8.06%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB22A9 (or 0xDB22A9) is known color: Spicy Pink. HEX triplet: DB, 22 and A9. RGB value is (219,34,169). Sum of RGB (Red+Green+Blue) = 219+34+169=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB22A9 is #24DD56. Grayscale: #686868. Windows color (decimal): -2415959 or 11084507. OLE color: 11084507.

HSL color Cylindrical-coordinate representation of color #DB22A9: hue angle of 316.22º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB22A9 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 34 169 -
CMYK 0 0.84 0.23 0.14
HSL 316.22º 0.73% 0.5% -
HSV(B) 316.22º 0.84% 0.86% -
XYZ 36.95 19.07 39.27 -
YUV 104.71 164.29 209.52 -
System Red Green Blue C M Y K H S L
Decimal 219 34 169 0 0.84 0.23 0.14 316.22 0.73 0.5
Hex DB 22 A9 0 54 17 E 13C 49 32
Octal 333 42 251 0 124 27 16 474 111 62
Binary 11011011 100010 10101001 0 1010100 10111 1110 100111100 1001001 110010

Color Harmonies of #DB22A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB22A9

Black with #DB22A9

Text Example


Text Example

White with #DB22A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB22A9; }

 p { color: rgb(219,34,169); }

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

background-color css

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

 a { background-color: rgb(219,34,169); }

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

border-color css

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

 span { border-color: rgb(219,34,169); }

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