Shades of Shocking #DBA7BB
Tints of Shocking #DBA7BB
RGB
CMYK
RGB Variations
Color information
#DBA7BB (or 0xDBA7BB) is known color: Shocking. HEX triplet: DB, A7 and BB. RGB value is (219,167,187). Sum of RGB (Red+Green+Blue) = 219+167+187=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7BB is #245844. Grayscale: #B8B8B8. Windows color (decimal): -2381893 or 12298203. OLE color: 12298203.
HSL color Cylindrical-coordinate representation of color #DBA7BB: hue angle of 336.92º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7BB is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 187 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.14 |
| HSL | 336.92º | 0.42% | 0.76% | - |
| HSV(B) | 336.92º | 0.24% | 0.86% | - |
| XYZ | 52 | 46.29 | 53.21 | - |
| YUV | 184.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 187 | 0 | 0.24 | 0.15 | 0.14 | 336.92 | 0.42 | 0.76 |
| Hex | DB | A7 | BB | 0 | 18 | F | E | 151 | 2A | 4C |
| Octal | 333 | 247 | 273 | 0 | 30 | 17 | 16 | 521 | 52 | 114 |
| Binary | 11011011 | 10100111 | 10111011 | 0 | 11000 | 1111 | 1110 | 101010001 | 101010 | 1001100 |
Color Harmonies of #DBA7BB
Complementary color
Monochromatic Colors of #DBA7BB
Black with #DBA7BB
Text Example
Text Example
White with #DBA7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7BB; }
p { color: rgb(219,167,187); }
H1.HeaderClassName
{
color: #DBA7BB;
}
.AnyTagClassName
{
color: #DBA7BB;
}
</style>
background-color css
<style>
a { background-color: #DBA7BB; }
a { background-color: rgb(219,167,187); }
div.DivClassName
{
background-color: #DBA7BB;
}
.BgClassName
{
background-color: #DBA7BB;
}
</style>
border-color css
<style>
span { border-color: #DBA7BB; }
span { border-color: rgb(219,167,187); }
td.TdClassName
{
border-color: #DBA7BB;
}
.TagClassName
{
border-color: #DBA7BB;
}
</style>