Shades of Shocking #DBA6C6
Tints of Shocking #DBA6C6
RGB
CMYK
RGB Variations
Color information
#DBA6C6 (or 0xDBA6C6) is known color: Shocking. HEX triplet: DB, A6 and C6. RGB value is (219,166,198). Sum of RGB (Red+Green+Blue) = 219+166+198=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6C6 is #245939. Grayscale: #B9B9B9. Windows color (decimal): -2382138 or 13018843. OLE color: 13018843.
HSL color Cylindrical-coordinate representation of color #DBA6C6: hue angle of 323.77º 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 #DBA6C6 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 198 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.14 |
| HSL | 323.77º | 0.42% | 0.75% | - |
| HSV(B) | 323.77º | 0.24% | 0.86% | - |
| XYZ | 53.04 | 46.41 | 59.59 | - |
| YUV | 185.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 198 | 0 | 0.24 | 0.10 | 0.14 | 323.77 | 0.42 | 0.75 |
| Hex | DB | A6 | C6 | 0 | 18 | A | E | 144 | 2A | 4B |
| Octal | 333 | 246 | 306 | 0 | 30 | 12 | 16 | 504 | 52 | 113 |
| Binary | 11011011 | 10100110 | 11000110 | 0 | 11000 | 1010 | 1110 | 101000100 | 101010 | 1001011 |
Color Harmonies of #DBA6C6
Complementary color
Monochromatic Colors of #DBA6C6
Black with #DBA6C6
Text Example
Text Example
White with #DBA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6C6; }
p { color: rgb(219,166,198); }
H1.HeaderClassName
{
color: #DBA6C6;
}
.AnyTagClassName
{
color: #DBA6C6;
}
</style>
background-color css
<style>
a { background-color: #DBA6C6; }
a { background-color: rgb(219,166,198); }
div.DivClassName
{
background-color: #DBA6C6;
}
.BgClassName
{
background-color: #DBA6C6;
}
</style>
border-color css
<style>
span { border-color: #DBA6C6; }
span { border-color: rgb(219,166,198); }
td.TdClassName
{
border-color: #DBA6C6;
}
.TagClassName
{
border-color: #DBA6C6;
}
</style>