Shades of Tonys Pink #DB9984
Tints of Tonys Pink #DB9984
RGB
CMYK
RGB Variations
Color information
#DB9984 (or 0xDB9984) is known color: Tonys Pink. HEX triplet: DB, 99 and 84. RGB value is (219,153,132). Sum of RGB (Red+Green+Blue) = 219+153+132=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9984 is #24667B. Grayscale: #AAAAAA. Windows color (decimal): -2385532 or 8690139. OLE color: 8690139.
HSL color Cylindrical-coordinate representation of color #DB9984: hue angle of 14.48º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB9984 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 132 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.14 |
| HSL | 14.48º | 0.55% | 0.69% | - |
| HSV(B) | 14.48º | 0.4% | 0.86% | - |
| XYZ | 44.77 | 39.51 | 27.1 | - |
| YUV | 170.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 132 | 0 | 0.30 | 0.40 | 0.14 | 14.48 | 0.55 | 0.69 |
| Hex | DB | 99 | 84 | 0 | 1E | 28 | E | E | 37 | 45 |
| Octal | 333 | 231 | 204 | 0 | 36 | 50 | 16 | 16 | 67 | 105 |
| Binary | 11011011 | 10011001 | 10000100 | 0 | 11110 | 101000 | 1110 | 1110 | 110111 | 1000101 |
Color Harmonies of #DB9984
Complementary color
Monochromatic Colors of #DB9984
Black with #DB9984
Text Example
Text Example
White with #DB9984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9984; }
p { color: rgb(219,153,132); }
H1.HeaderClassName
{
color: #DB9984;
}
.AnyTagClassName
{
color: #DB9984;
}
</style>
background-color css
<style>
a { background-color: #DB9984; }
a { background-color: rgb(219,153,132); }
div.DivClassName
{
background-color: #DB9984;
}
.BgClassName
{
background-color: #DB9984;
}
</style>
border-color css
<style>
span { border-color: #DB9984; }
span { border-color: rgb(219,153,132); }
td.TdClassName
{
border-color: #DB9984;
}
.TagClassName
{
border-color: #DB9984;
}
</style>