Html Css Color HEX #DB21AA Spicy Pink

📋 copy color: '#DB21AA'

red 219 ◦ green 33 ◦ blue 170

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

Shades of Spicy Pink #DB21AA

Tints of Spicy Pink #DB21AA

RGB

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

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

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

R = 51.9%
G = 7.82%
B = 40.28%

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

#DB21AA (or 0xDB21AA) is known color: Spicy Pink. HEX triplet: DB, 21 and AA. RGB value is (219,33,170). Sum of RGB (Red+Green+Blue) = 219+33+170=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB21AA is #24DE55. Grayscale: #676767. Windows color (decimal): -2416214 or 11149787. OLE color: 11149787.

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

Color convert

RGB 219 33 170 -
CMYK 0 0.85 0.22 0.14
HSL 315.81º 0.74% 0.49% -
HSV(B) 315.81º 0.85% 0.86% -
XYZ 37.01 19.05 39.76 -
YUV 104.23 165.12 209.86 -
System Red Green Blue C M Y K H S L
Decimal 219 33 170 0 0.85 0.22 0.14 315.81 0.74 0.49
Hex DB 21 AA 0 55 16 E 13C 4A 31
Octal 333 41 252 0 125 26 16 474 112 61
Binary 11011011 100001 10101010 0 1010101 10110 1110 100111100 1001010 110001

Color Harmonies of #DB21AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21AA

Black with #DB21AA

Text Example


Text Example

White with #DB21AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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