Shades of Shocking #DBA0BB
Tints of Shocking #DBA0BB
RGB
CMYK
RGB Variations
Color information
#DBA0BB (or 0xDBA0BB) is known color: Shocking. HEX triplet: DB, A0 and BB. RGB value is (219,160,187). Sum of RGB (Red+Green+Blue) = 219+160+187=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0BB is #245F44. Grayscale: #B4B4B4. Windows color (decimal): -2383685 or 12296411. OLE color: 12296411.
HSL color Cylindrical-coordinate representation of color #DBA0BB: hue angle of 332.54º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA0BB is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 187 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.14 |
| HSL | 332.54º | 0.45% | 0.74% | - |
| HSV(B) | 332.54º | 0.27% | 0.86% | - |
| XYZ | 50.75 | 43.79 | 52.79 | - |
| YUV | 180.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 187 | 0 | 0.27 | 0.15 | 0.14 | 332.54 | 0.45 | 0.74 |
| Hex | DB | A0 | BB | 0 | 1B | F | E | 14D | 2D | 4A |
| Octal | 333 | 240 | 273 | 0 | 33 | 17 | 16 | 515 | 55 | 112 |
| Binary | 11011011 | 10100000 | 10111011 | 0 | 11011 | 1111 | 1110 | 101001101 | 101101 | 1001010 |
Color Harmonies of #DBA0BB
Complementary color
Monochromatic Colors of #DBA0BB
Black with #DBA0BB
Text Example
Text Example
White with #DBA0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0BB; }
p { color: rgb(219,160,187); }
H1.HeaderClassName
{
color: #DBA0BB;
}
.AnyTagClassName
{
color: #DBA0BB;
}
</style>
background-color css
<style>
a { background-color: #DBA0BB; }
a { background-color: rgb(219,160,187); }
div.DivClassName
{
background-color: #DBA0BB;
}
.BgClassName
{
background-color: #DBA0BB;
}
</style>
border-color css
<style>
span { border-color: #DBA0BB; }
span { border-color: rgb(219,160,187); }
td.TdClassName
{
border-color: #DBA0BB;
}
.TagClassName
{
border-color: #DBA0BB;
}
</style>