Html Css Color HEX #DB1AAF Spicy Pink

📋 copy color: '#DB1AAF'

red 219 ◦ green 26 ◦ blue 175

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

Shades of Spicy Pink #DB1AAF

Tints of Spicy Pink #DB1AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.19%

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

R = 52.14%
G = 6.19%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB1AAF (or 0xDB1AAF) is known color: Spicy Pink. HEX triplet: DB, 1A and AF. RGB value is (219,26,175). Sum of RGB (Red+Green+Blue) = 219+26+175=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AAF is #24E550. Grayscale: #646464. Windows color (decimal): -2418001 or 11475675. OLE color: 11475675.

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

Color convert

RGB 219 26 175 -
CMYK 0 0.88 0.20 0.14
HSL 313.68º 0.79% 0.48% -
HSV(B) 313.68º 0.88% 0.86% -
XYZ 37.32 18.89 42.24 -
YUV 100.69 169.94 212.38 -
System Red Green Blue C M Y K H S L
Decimal 219 26 175 0 0.88 0.20 0.14 313.68 0.79 0.48
Hex DB 1A AF 0 58 14 E 13A 4F 30
Octal 333 32 257 0 130 24 16 472 117 60
Binary 11011011 11010 10101111 0 1011000 10100 1110 100111010 1001111 110000

Color Harmonies of #DB1AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1AAF

Black with #DB1AAF

Text Example


Text Example

White with #DB1AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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