Html Css Color HEX #DB1FAB Spicy Pink

📋 copy color: '#DB1FAB'

red 219 ◦ green 31 ◦ blue 171

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

Shades of Spicy Pink #DB1FAB

Tints of Spicy Pink #DB1FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 52.02%
G = 7.36%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB1FAB (or 0xDB1FAB) is known color: Spicy Pink. HEX triplet: DB, 1F and AB. RGB value is (219,31,171). Sum of RGB (Red+Green+Blue) = 219+31+171=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1FAB is #24E054. Grayscale: #666666. Windows color (decimal): -2416725 or 11214811. OLE color: 11214811.

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

Color convert

RGB 219 31 171 -
CMYK 0 0.86 0.22 0.14
HSL 315.32º 0.75% 0.49% -
HSV(B) 315.32º 0.86% 0.86% -
XYZ 37.05 18.98 40.24 -
YUV 103.17 166.28 210.62 -
System Red Green Blue C M Y K H S L
Decimal 219 31 171 0 0.86 0.22 0.14 315.32 0.75 0.49
Hex DB 1F AB 0 56 16 E 13B 4B 31
Octal 333 37 253 0 126 26 16 473 113 61
Binary 11011011 11111 10101011 0 1010110 10110 1110 100111011 1001011 110001

Color Harmonies of #DB1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1FAB

Black with #DB1FAB

Text Example


Text Example

White with #DB1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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