Html Css Color HEX #DB1BA8 Spicy Pink

📋 copy color: '#DB1BA8'

red 219 ◦ green 27 ◦ blue 168

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

Shades of Spicy Pink #DB1BA8

Tints of Spicy Pink #DB1BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.58%

R = 52.9%
G = 6.52%
B = 40.58%

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

#DB1BA8 (or 0xDB1BA8) is known color: Spicy Pink. HEX triplet: DB, 1B and A8. RGB value is (219,27,168). Sum of RGB (Red+Green+Blue) = 219+27+168=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1BA8 is #24E457. Grayscale: #646464. Windows color (decimal): -2417752 or 11017179. OLE color: 11017179.

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

Color convert

RGB 219 27 168 -
CMYK 0 0.88 0.23 0.14
HSL 315.94º 0.78% 0.48% -
HSV(B) 315.94º 0.88% 0.86% -
XYZ 36.67 18.67 38.72 -
YUV 100.48 166.11 212.54 -
System Red Green Blue C M Y K H S L
Decimal 219 27 168 0 0.88 0.23 0.14 315.94 0.78 0.48
Hex DB 1B A8 0 58 17 E 13C 4E 30
Octal 333 33 250 0 130 27 16 474 116 60
Binary 11011011 11011 10101000 0 1011000 10111 1110 100111100 1001110 110000

Color Harmonies of #DB1BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1BA8

Black with #DB1BA8

Text Example


Text Example

White with #DB1BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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