Html Css Color HEX #DB1BA6 Spicy Pink

📋 copy color: '#DB1BA6'

red 219 ◦ green 27 ◦ blue 166

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

Shades of Spicy Pink #DB1BA6

Tints of Spicy Pink #DB1BA6

RGB

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

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

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

R = 53.16%
G = 6.55%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB1BA6 (or 0xDB1BA6) is known color: Spicy Pink. HEX triplet: DB, 1B and A6. RGB value is (219,27,166). Sum of RGB (Red+Green+Blue) = 219+27+166=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1BA6 is #24E459. Grayscale: #636363. Windows color (decimal): -2417754 or 10886107. OLE color: 10886107.

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

Color convert

RGB 219 27 166 -
CMYK 0 0.88 0.24 0.14
HSL 316.56º 0.78% 0.48% -
HSV(B) 316.56º 0.88% 0.86% -
XYZ 36.49 18.6 37.74 -
YUV 100.25 165.11 212.7 -
System Red Green Blue C M Y K H S L
Decimal 219 27 166 0 0.88 0.24 0.14 316.56 0.78 0.48
Hex DB 1B A6 0 58 18 E 13D 4E 30
Octal 333 33 246 0 130 30 16 475 116 60
Binary 11011011 11011 10100110 0 1011000 11000 1110 100111101 1001110 110000

Color Harmonies of #DB1BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1BA6

Black with #DB1BA6

Text Example


Text Example

White with #DB1BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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