Shades of Shocking #DBA6BC
Tints of Shocking #DBA6BC
RGB
CMYK
RGB Variations
Color information
#DBA6BC (or 0xDBA6BC) is known color: Shocking. HEX triplet: DB, A6 and BC. RGB value is (219,166,188). Sum of RGB (Red+Green+Blue) = 219+166+188=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6BC is #245943. Grayscale: #B8B8B8. Windows color (decimal): -2382148 or 12363483. OLE color: 12363483.
HSL color Cylindrical-coordinate representation of color #DBA6BC: hue angle of 335.09º 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 #DBA6BC is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 188 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.14 |
| HSL | 335.09º | 0.42% | 0.75% | - |
| HSV(B) | 335.09º | 0.24% | 0.86% | - |
| XYZ | 51.93 | 45.96 | 53.71 | - |
| YUV | 184.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 188 | 0 | 0.24 | 0.14 | 0.14 | 335.09 | 0.42 | 0.75 |
| Hex | DB | A6 | BC | 0 | 18 | E | E | 14F | 2A | 4B |
| Octal | 333 | 246 | 274 | 0 | 30 | 16 | 16 | 517 | 52 | 113 |
| Binary | 11011011 | 10100110 | 10111100 | 0 | 11000 | 1110 | 1110 | 101001111 | 101010 | 1001011 |
Color Harmonies of #DBA6BC
Complementary color
Monochromatic Colors of #DBA6BC
Black with #DBA6BC
Text Example
Text Example
White with #DBA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6BC; }
p { color: rgb(219,166,188); }
H1.HeaderClassName
{
color: #DBA6BC;
}
.AnyTagClassName
{
color: #DBA6BC;
}
</style>
background-color css
<style>
a { background-color: #DBA6BC; }
a { background-color: rgb(219,166,188); }
div.DivClassName
{
background-color: #DBA6BC;
}
.BgClassName
{
background-color: #DBA6BC;
}
</style>
border-color css
<style>
span { border-color: #DBA6BC; }
span { border-color: rgb(219,166,188); }
td.TdClassName
{
border-color: #DBA6BC;
}
.TagClassName
{
border-color: #DBA6BC;
}
</style>