Html Css Color HEX #DB1FA8 Spicy Pink

📋 copy color: '#DB1FA8'

red 219 ◦ green 31 ◦ blue 168

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

Shades of Spicy Pink #DB1FA8

Tints of Spicy Pink #DB1FA8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.42%

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

R = 52.39%
G = 7.42%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB1FA8 (or 0xDB1FA8) is known color: Spicy Pink. HEX triplet: DB, 1F and A8. RGB value is (219,31,168). Sum of RGB (Red+Green+Blue) = 219+31+168=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1FA8 is #24E057. Grayscale: #666666. Windows color (decimal): -2416728 or 11018203. OLE color: 11018203.

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

Color convert

RGB 219 31 168 -
CMYK 0 0.86 0.23 0.14
HSL 316.28º 0.75% 0.49% -
HSV(B) 316.28º 0.86% 0.86% -
XYZ 36.77 18.87 38.75 -
YUV 102.83 164.78 210.86 -
System Red Green Blue C M Y K H S L
Decimal 219 31 168 0 0.86 0.23 0.14 316.28 0.75 0.49
Hex DB 1F A8 0 56 17 E 13C 4B 31
Octal 333 37 250 0 126 27 16 474 113 61
Binary 11011011 11111 10101000 0 1010110 10111 1110 100111100 1001011 110001

Color Harmonies of #DB1FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1FA8

Black with #DB1FA8

Text Example


Text Example

White with #DB1FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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