Html Css Color HEX #DB1FAF Spicy Pink

📋 copy color: '#DB1FAF'

red 219 ◦ green 31 ◦ blue 175

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

Shades of Spicy Pink #DB1FAF

Tints of Spicy Pink #DB1FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.18%

R = 51.53%
G = 7.29%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB1FAF (or 0xDB1FAF) is known color: Spicy Pink. HEX triplet: DB, 1F and AF. RGB value is (219,31,175). Sum of RGB (Red+Green+Blue) = 219+31+175=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1FAF is #24E050. Grayscale: #676767. Windows color (decimal): -2416721 or 11476955. OLE color: 11476955.

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

Color convert

RGB 219 31 175 -
CMYK 0 0.86 0.20 0.14
HSL 314.04º 0.75% 0.49% -
HSV(B) 314.04º 0.86% 0.86% -
XYZ 37.44 19.14 42.28 -
YUV 103.63 168.28 210.29 -
System Red Green Blue C M Y K H S L
Decimal 219 31 175 0 0.86 0.20 0.14 314.04 0.75 0.49
Hex DB 1F AF 0 56 14 E 13A 4B 31
Octal 333 37 257 0 126 24 16 472 113 61
Binary 11011011 11111 10101111 0 1010110 10100 1110 100111010 1001011 110001

Color Harmonies of #DB1FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1FAF

Black with #DB1FAF

Text Example


Text Example

White with #DB1FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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