Shades of Shocking #DBA5BC
Tints of Shocking #DBA5BC
RGB
CMYK
RGB Variations
Color information
#DBA5BC (or 0xDBA5BC) is known color: Shocking. HEX triplet: DB, A5 and BC. RGB value is (219,165,188). Sum of RGB (Red+Green+Blue) = 219+165+188=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5BC is #245A43. Grayscale: #B7B7B7. Windows color (decimal): -2382404 or 12363227. OLE color: 12363227.
HSL color Cylindrical-coordinate representation of color #DBA5BC: hue angle of 334.44º 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 #DBA5BC is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 188 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.14 |
| HSL | 334.44º | 0.43% | 0.75% | - |
| HSV(B) | 334.44º | 0.25% | 0.86% | - |
| XYZ | 51.75 | 45.6 | 53.65 | - |
| YUV | 183.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 188 | 0 | 0.25 | 0.14 | 0.14 | 334.44 | 0.43 | 0.75 |
| Hex | DB | A5 | BC | 0 | 19 | E | E | 14E | 2B | 4B |
| Octal | 333 | 245 | 274 | 0 | 31 | 16 | 16 | 516 | 53 | 113 |
| Binary | 11011011 | 10100101 | 10111100 | 0 | 11001 | 1110 | 1110 | 101001110 | 101011 | 1001011 |
Color Harmonies of #DBA5BC
Complementary color
Monochromatic Colors of #DBA5BC
Black with #DBA5BC
Text Example
Text Example
White with #DBA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5BC; }
p { color: rgb(219,165,188); }
H1.HeaderClassName
{
color: #DBA5BC;
}
.AnyTagClassName
{
color: #DBA5BC;
}
</style>
background-color css
<style>
a { background-color: #DBA5BC; }
a { background-color: rgb(219,165,188); }
div.DivClassName
{
background-color: #DBA5BC;
}
.BgClassName
{
background-color: #DBA5BC;
}
</style>
border-color css
<style>
span { border-color: #DBA5BC; }
span { border-color: rgb(219,165,188); }
td.TdClassName
{
border-color: #DBA5BC;
}
.TagClassName
{
border-color: #DBA5BC;
}
</style>