Shades of Shocking #DBA6C0
Tints of Shocking #DBA6C0
RGB
CMYK
RGB Variations
Color information
#DBA6C0 (or 0xDBA6C0) is known color: Shocking. HEX triplet: DB, A6 and C0. RGB value is (219,166,192). Sum of RGB (Red+Green+Blue) = 219+166+192=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6C0 is #24593F. Grayscale: #B8B8B8. Windows color (decimal): -2382144 or 12625627. OLE color: 12625627.
HSL color Cylindrical-coordinate representation of color #DBA6C0: hue angle of 330.57º 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 #DBA6C0 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 192 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.14 |
| HSL | 330.57º | 0.42% | 0.75% | - |
| HSV(B) | 330.57º | 0.24% | 0.86% | - |
| XYZ | 52.36 | 46.14 | 56.01 | - |
| YUV | 184.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 192 | 0 | 0.24 | 0.12 | 0.14 | 330.57 | 0.42 | 0.75 |
| Hex | DB | A6 | C0 | 0 | 18 | C | E | 14B | 2A | 4B |
| Octal | 333 | 246 | 300 | 0 | 30 | 14 | 16 | 513 | 52 | 113 |
| Binary | 11011011 | 10100110 | 11000000 | 0 | 11000 | 1100 | 1110 | 101001011 | 101010 | 1001011 |
Color Harmonies of #DBA6C0
Complementary color
Monochromatic Colors of #DBA6C0
Black with #DBA6C0
Text Example
Text Example
White with #DBA6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6C0; }
p { color: rgb(219,166,192); }
H1.HeaderClassName
{
color: #DBA6C0;
}
.AnyTagClassName
{
color: #DBA6C0;
}
</style>
background-color css
<style>
a { background-color: #DBA6C0; }
a { background-color: rgb(219,166,192); }
div.DivClassName
{
background-color: #DBA6C0;
}
.BgClassName
{
background-color: #DBA6C0;
}
</style>
border-color css
<style>
span { border-color: #DBA6C0; }
span { border-color: rgb(219,166,192); }
td.TdClassName
{
border-color: #DBA6C0;
}
.TagClassName
{
border-color: #DBA6C0;
}
</style>