Html Css Color HEX #DB22AA Spicy Pink

📋 copy color: '#DB22AA'

red 219 ◦ green 34 ◦ blue 170

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

Shades of Spicy Pink #DB22AA

Tints of Spicy Pink #DB22AA

RGB

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

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

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

R = 51.77%
G = 8.04%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB22AA (or 0xDB22AA) is known color: Spicy Pink. HEX triplet: DB, 22 and AA. RGB value is (219,34,170). Sum of RGB (Red+Green+Blue) = 219+34+170=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB22AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB22AA is #24DD55. Grayscale: #686868. Windows color (decimal): -2415958 or 11150043. OLE color: 11150043.

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

Color convert

RGB 219 34 170 -
CMYK 0 0.84 0.22 0.14
HSL 315.89º 0.73% 0.5% -
HSV(B) 315.89º 0.84% 0.86% -
XYZ 37.04 19.11 39.77 -
YUV 104.82 164.79 209.44 -
System Red Green Blue C M Y K H S L
Decimal 219 34 170 0 0.84 0.22 0.14 315.89 0.73 0.5
Hex DB 22 AA 0 54 16 E 13C 49 32
Octal 333 42 252 0 124 26 16 474 111 62
Binary 11011011 100010 10101010 0 1010100 10110 1110 100111100 1001001 110010

Color Harmonies of #DB22AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB22AA

Black with #DB22AA

Text Example


Text Example

White with #DB22AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB22AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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