Html Css Color HEX #DB1BA9 Spicy Pink

📋 copy color: '#DB1BA9'

red 219 ◦ green 27 ◦ blue 169

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

Shades of Spicy Pink #DB1BA9

Tints of Spicy Pink #DB1BA9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.51%

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

R = 52.77%
G = 6.51%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB1BA9 (or 0xDB1BA9) is known color: Spicy Pink. HEX triplet: DB, 1B and A9. RGB value is (219,27,169). Sum of RGB (Red+Green+Blue) = 219+27+169=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1BA9 is #24E456. Grayscale: #646464. Windows color (decimal): -2417751 or 11082715. OLE color: 11082715.

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

Color convert

RGB 219 27 169 -
CMYK 0 0.88 0.23 0.14
HSL 315.63º 0.78% 0.48% -
HSV(B) 315.63º 0.88% 0.86% -
XYZ 36.77 18.71 39.21 -
YUV 100.6 166.61 212.45 -
System Red Green Blue C M Y K H S L
Decimal 219 27 169 0 0.88 0.23 0.14 315.63 0.78 0.48
Hex DB 1B A9 0 58 17 E 13C 4E 30
Octal 333 33 251 0 130 27 16 474 116 60
Binary 11011011 11011 10101001 0 1011000 10111 1110 100111100 1001110 110000

Color Harmonies of #DB1BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1BA9

Black with #DB1BA9

Text Example


Text Example

White with #DB1BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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