#DB9882

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

Shades of Tonys Pink #DB9882

Tints of Tonys Pink #DB9882

Color information

#DB9882 (or 0xDB9882) is unknown color: approx Tonys Pink. HEX triplet: DB, 98 and 82. RGB value is (219,152,130). Sum of RGB (Red+Green+Blue) = 219+152+130=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9882 is #24677D. Grayscale: #A9A9A9. Windows color (decimal): -2385790 or 8558811. OLE color: 8558811.

HSL color Cylindrical-coordinate representation of color #DB9882: hue angle of 14.83º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB9882 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219152130-
CMYK00.310.410.14
HSL14.83º55.28%68.43%-
HSV(B)14.83º40.64%85.88%-
XYZ44.4739.1326.33-
YUV169.52105.7163.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.71%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=43.71%
G=30.34%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915213000.310.410.1414.8355.2868.43
HexDB988201F29Ef3744
Octal33323020203751161767104
Binary110110111001100010000010011111101001111011111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9882; }

 p { color: rgb(219,152,130); }

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

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

 a { background-color: rgb(219,152,130); }

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

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

 span { border-color: rgb(219,152,130); }

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