Shades of Shocking #DBA6BB
Tints of Shocking #DBA6BB
RGB
CMYK
RGB Variations
Color information
#DBA6BB (or 0xDBA6BB) is known color: Shocking. HEX triplet: DB, A6 and BB. RGB value is (219,166,187). Sum of RGB (Red+Green+Blue) = 219+166+187=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6BB is #245944. Grayscale: #B8B8B8. Windows color (decimal): -2382149 or 12297947. OLE color: 12297947.
HSL color Cylindrical-coordinate representation of color #DBA6BB: hue angle of 336.23º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6BB is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 187 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.14 |
| HSL | 336.23º | 0.42% | 0.75% | - |
| HSV(B) | 336.23º | 0.24% | 0.86% | - |
| XYZ | 51.82 | 45.92 | 53.15 | - |
| YUV | 184.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 187 | 0 | 0.24 | 0.15 | 0.14 | 336.23 | 0.42 | 0.75 |
| Hex | DB | A6 | BB | 0 | 18 | F | E | 150 | 2A | 4B |
| Octal | 333 | 246 | 273 | 0 | 30 | 17 | 16 | 520 | 52 | 113 |
| Binary | 11011011 | 10100110 | 10111011 | 0 | 11000 | 1111 | 1110 | 101010000 | 101010 | 1001011 |
Color Harmonies of #DBA6BB
Complementary color
Monochromatic Colors of #DBA6BB
Black with #DBA6BB
Text Example
Text Example
White with #DBA6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6BB; }
p { color: rgb(219,166,187); }
H1.HeaderClassName
{
color: #DBA6BB;
}
.AnyTagClassName
{
color: #DBA6BB;
}
</style>
background-color css
<style>
a { background-color: #DBA6BB; }
a { background-color: rgb(219,166,187); }
div.DivClassName
{
background-color: #DBA6BB;
}
.BgClassName
{
background-color: #DBA6BB;
}
</style>
border-color css
<style>
span { border-color: #DBA6BB; }
span { border-color: rgb(219,166,187); }
td.TdClassName
{
border-color: #DBA6BB;
}
.TagClassName
{
border-color: #DBA6BB;
}
</style>