Shades of Shocking #DB9ABC
Tints of Shocking #DB9ABC
RGB
CMYK
RGB Variations
Color information
#DB9ABC (or 0xDB9ABC) is known color: Shocking. HEX triplet: DB, 9A and BC. RGB value is (219,154,188). Sum of RGB (Red+Green+Blue) = 219+154+188=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ABC is #246543. Grayscale: #B1B1B1. Windows color (decimal): -2385220 or 12360411. OLE color: 12360411.
HSL color Cylindrical-coordinate representation of color #DB9ABC: hue angle of 328.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9ABC is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 188 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.14 |
| HSL | 328.62º | 0.47% | 0.73% | - |
| HSV(B) | 328.62º | 0.3% | 0.86% | - |
| XYZ | 49.85 | 41.8 | 53.02 | - |
| YUV | 177.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 188 | 0 | 0.30 | 0.14 | 0.14 | 328.62 | 0.47 | 0.73 |
| Hex | DB | 9A | BC | 0 | 1E | E | E | 149 | 2F | 49 |
| Octal | 333 | 232 | 274 | 0 | 36 | 16 | 16 | 511 | 57 | 111 |
| Binary | 11011011 | 10011010 | 10111100 | 0 | 11110 | 1110 | 1110 | 101001001 | 101111 | 1001001 |
Color Harmonies of #DB9ABC
Complementary color
Monochromatic Colors of #DB9ABC
Black with #DB9ABC
Text Example
Text Example
White with #DB9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ABC; }
p { color: rgb(219,154,188); }
H1.HeaderClassName
{
color: #DB9ABC;
}
.AnyTagClassName
{
color: #DB9ABC;
}
</style>
background-color css
<style>
a { background-color: #DB9ABC; }
a { background-color: rgb(219,154,188); }
div.DivClassName
{
background-color: #DB9ABC;
}
.BgClassName
{
background-color: #DB9ABC;
}
</style>
border-color css
<style>
span { border-color: #DB9ABC; }
span { border-color: rgb(219,154,188); }
td.TdClassName
{
border-color: #DB9ABC;
}
.TagClassName
{
border-color: #DB9ABC;
}
</style>