Shades of Shocking #DBA7BF
Tints of Shocking #DBA7BF
RGB
CMYK
RGB Variations
Color information
#DBA7BF (or 0xDBA7BF) is known color: Shocking. HEX triplet: DB, A7 and BF. RGB value is (219,167,191). Sum of RGB (Red+Green+Blue) = 219+167+191=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7BF is #245840. Grayscale: #B9B9B9. Windows color (decimal): -2381889 or 12560347. OLE color: 12560347.
HSL color Cylindrical-coordinate representation of color #DBA7BF: hue angle of 332.31º 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 #DBA7BF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 191 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.14 |
| HSL | 332.31º | 0.42% | 0.76% | - |
| HSV(B) | 332.31º | 0.24% | 0.86% | - |
| XYZ | 52.44 | 46.46 | 55.49 | - |
| YUV | 185.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 191 | 0 | 0.24 | 0.13 | 0.14 | 332.31 | 0.42 | 0.76 |
| Hex | DB | A7 | BF | 0 | 18 | D | E | 14C | 2A | 4C |
| Octal | 333 | 247 | 277 | 0 | 30 | 15 | 16 | 514 | 52 | 114 |
| Binary | 11011011 | 10100111 | 10111111 | 0 | 11000 | 1101 | 1110 | 101001100 | 101010 | 1001100 |
Color Harmonies of #DBA7BF
Complementary color
Monochromatic Colors of #DBA7BF
Black with #DBA7BF
Text Example
Text Example
White with #DBA7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7BF; }
p { color: rgb(219,167,191); }
H1.HeaderClassName
{
color: #DBA7BF;
}
.AnyTagClassName
{
color: #DBA7BF;
}
</style>
background-color css
<style>
a { background-color: #DBA7BF; }
a { background-color: rgb(219,167,191); }
div.DivClassName
{
background-color: #DBA7BF;
}
.BgClassName
{
background-color: #DBA7BF;
}
</style>
border-color css
<style>
span { border-color: #DBA7BF; }
span { border-color: rgb(219,167,191); }
td.TdClassName
{
border-color: #DBA7BF;
}
.TagClassName
{
border-color: #DBA7BF;
}
</style>