Shades of Shocking #DBA5BB
Tints of Shocking #DBA5BB
RGB
CMYK
RGB Variations
Color information
#DBA5BB (or 0xDBA5BB) is known color: Shocking. HEX triplet: DB, A5 and BB. RGB value is (219,165,187). Sum of RGB (Red+Green+Blue) = 219+165+187=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5BB is #245A44. Grayscale: #B7B7B7. Windows color (decimal): -2382405 or 12297691. OLE color: 12297691.
HSL color Cylindrical-coordinate representation of color #DBA5BB: hue angle of 335.56º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA5BB is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 187 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.14 |
| HSL | 335.56º | 0.43% | 0.75% | - |
| HSV(B) | 335.56º | 0.25% | 0.86% | - |
| XYZ | 51.64 | 45.56 | 53.09 | - |
| YUV | 183.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 187 | 0 | 0.25 | 0.15 | 0.14 | 335.56 | 0.43 | 0.75 |
| Hex | DB | A5 | BB | 0 | 19 | F | E | 150 | 2B | 4B |
| Octal | 333 | 245 | 273 | 0 | 31 | 17 | 16 | 520 | 53 | 113 |
| Binary | 11011011 | 10100101 | 10111011 | 0 | 11001 | 1111 | 1110 | 101010000 | 101011 | 1001011 |
Color Harmonies of #DBA5BB
Complementary color
Monochromatic Colors of #DBA5BB
Black with #DBA5BB
Text Example
Text Example
White with #DBA5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5BB; }
p { color: rgb(219,165,187); }
H1.HeaderClassName
{
color: #DBA5BB;
}
.AnyTagClassName
{
color: #DBA5BB;
}
</style>
background-color css
<style>
a { background-color: #DBA5BB; }
a { background-color: rgb(219,165,187); }
div.DivClassName
{
background-color: #DBA5BB;
}
.BgClassName
{
background-color: #DBA5BB;
}
</style>
border-color css
<style>
span { border-color: #DBA5BB; }
span { border-color: rgb(219,165,187); }
td.TdClassName
{
border-color: #DBA5BB;
}
.TagClassName
{
border-color: #DBA5BB;
}
</style>