#DB29B3

Color #DB29B3 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #DB29B3

Tints of Spicy Pink #DB29B3

Color information

#DB29B3 (or 0xDB29B3) is unknown color: approx Spicy Pink. HEX triplet: DB, 29 and B3. RGB value is (219,41,179). Sum of RGB (Red+Green+Blue) = 219+41+179=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29B3 is #24D64C. Grayscale: #6D6D6D. Windows color (decimal): -2414157 or 11741659. OLE color: 11741659.

HSL color Cylindrical-coordinate representation of color #DB29B3: hue angle of 313.48º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB29B3 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB21941179-
CMYK00.810.180.14
HSL313.48º71.2%50.98%-
HSV(B)313.48º81.28%85.88%-
XYZ38.1419.944.48-
YUV109.95166.97205.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 41 (16.41% from 255) = 9.34%
BLUE value IS 179 (70.31% from 255) = 40.77%
R=49.89%
G=9.34%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194117900.810.180.14313.4871.250.98
HexDB29B305112E1394733
Octal333512630121221647110763
Binary1101101110100110110011010100011001011101001110011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB29B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB29B3; }

 p { color: rgb(219,41,179); }

 H1.HeaderClassName
 {
   color: #DB29B3;
 }
 .AnyTagClassName
 {
   color: #DB29B3;
 }
</style>
background-color css

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

 a { background-color: rgb(219,41,179); }

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

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

 span { border-color: rgb(219,41,179); }

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