Html Css Color HEX #DB21AB Spicy Pink

📋 copy color: '#DB21AB'

red 219 ◦ green 33 ◦ blue 171

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

Shades of Spicy Pink #DB21AB

Tints of Spicy Pink #DB21AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.8%

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

R = 51.77%
G = 7.8%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB21AB (or 0xDB21AB) is known color: Spicy Pink. HEX triplet: DB, 21 and AB. RGB value is (219,33,171). Sum of RGB (Red+Green+Blue) = 219+33+171=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB21AB is #24DE54. Grayscale: #676767. Windows color (decimal): -2416213 or 11215323. OLE color: 11215323.

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

Color convert

RGB 219 33 171 -
CMYK 0 0.85 0.22 0.14
HSL 315.48º 0.74% 0.49% -
HSV(B) 315.48º 0.85% 0.86% -
XYZ 37.11 19.09 40.26 -
YUV 104.35 165.62 209.78 -
System Red Green Blue C M Y K H S L
Decimal 219 33 171 0 0.85 0.22 0.14 315.48 0.74 0.49
Hex DB 21 AB 0 55 16 E 13B 4A 31
Octal 333 41 253 0 125 26 16 473 112 61
Binary 11011011 100001 10101011 0 1010101 10110 1110 100111011 1001010 110001

Color Harmonies of #DB21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21AB

Black with #DB21AB

Text Example


Text Example

White with #DB21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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