Html Css Color HEX #DB1FAA Spicy Pink

📋 copy color: '#DB1FAA'

red 219 ◦ green 31 ◦ blue 170

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

Shades of Spicy Pink #DB1FAA

Tints of Spicy Pink #DB1FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 52.14%
G = 7.38%
B = 40.48%

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

#DB1FAA (or 0xDB1FAA) is known color: Spicy Pink. HEX triplet: DB, 1F and AA. RGB value is (219,31,170). Sum of RGB (Red+Green+Blue) = 219+31+170=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1FAA is #24E055. Grayscale: #666666. Windows color (decimal): -2416726 or 11149275. OLE color: 11149275.

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

Color convert

RGB 219 31 170 -
CMYK 0 0.86 0.22 0.14
HSL 315.64º 0.75% 0.49% -
HSV(B) 315.64º 0.86% 0.86% -
XYZ 36.96 18.94 39.74 -
YUV 103.06 165.78 210.7 -
System Red Green Blue C M Y K H S L
Decimal 219 31 170 0 0.86 0.22 0.14 315.64 0.75 0.49
Hex DB 1F AA 0 56 16 E 13C 4B 31
Octal 333 37 252 0 126 26 16 474 113 61
Binary 11011011 11111 10101010 0 1010110 10110 1110 100111100 1001011 110001

Color Harmonies of #DB1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1FAA

Black with #DB1FAA

Text Example


Text Example

White with #DB1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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