Html Css Color HEX #DB21A9 Spicy Pink

📋 copy color: '#DB21A9'

red 219 ◦ green 33 ◦ blue 169

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

Shades of Spicy Pink #DB21A9

Tints of Spicy Pink #DB21A9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.84%

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

R = 52.02%
G = 7.84%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB21A9 (or 0xDB21A9) is known color: Spicy Pink. HEX triplet: DB, 21 and A9. RGB value is (219,33,169). Sum of RGB (Red+Green+Blue) = 219+33+169=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB21A9 is #24DE56. Grayscale: #676767. Windows color (decimal): -2416215 or 11084251. OLE color: 11084251.

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

Color convert

RGB 219 33 169 -
CMYK 0 0.85 0.23 0.14
HSL 316.13º 0.74% 0.49% -
HSV(B) 316.13º 0.85% 0.86% -
XYZ 36.92 19.01 39.26 -
YUV 104.12 164.62 209.94 -
System Red Green Blue C M Y K H S L
Decimal 219 33 169 0 0.85 0.23 0.14 316.13 0.74 0.49
Hex DB 21 A9 0 55 17 E 13C 4A 31
Octal 333 41 251 0 125 27 16 474 112 61
Binary 11011011 100001 10101001 0 1010101 10111 1110 100111100 1001010 110001

Color Harmonies of #DB21A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21A9

Black with #DB21A9

Text Example


Text Example

White with #DB21A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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