Shades of Shocking #DBA0BA
Tints of Shocking #DBA0BA
RGB
CMYK
RGB Variations
Color information
#DBA0BA (or 0xDBA0BA) is known color: Shocking. HEX triplet: DB, A0 and BA. RGB value is (219,160,186). Sum of RGB (Red+Green+Blue) = 219+160+186=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0BA is #245F45. Grayscale: #B4B4B4. Windows color (decimal): -2383686 or 12230875. OLE color: 12230875.
HSL color Cylindrical-coordinate representation of color #DBA0BA: hue angle of 333.56º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA0BA is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 186 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.14 |
| HSL | 333.56º | 0.45% | 0.74% | - |
| HSV(B) | 333.56º | 0.27% | 0.86% | - |
| XYZ | 50.65 | 43.75 | 52.23 | - |
| YUV | 180.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 186 | 0 | 0.27 | 0.15 | 0.14 | 333.56 | 0.45 | 0.74 |
| Hex | DB | A0 | BA | 0 | 1B | F | E | 14E | 2D | 4A |
| Octal | 333 | 240 | 272 | 0 | 33 | 17 | 16 | 516 | 55 | 112 |
| Binary | 11011011 | 10100000 | 10111010 | 0 | 11011 | 1111 | 1110 | 101001110 | 101101 | 1001010 |
Color Harmonies of #DBA0BA
Complementary color
Monochromatic Colors of #DBA0BA
Black with #DBA0BA
Text Example
Text Example
White with #DBA0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0BA; }
p { color: rgb(219,160,186); }
H1.HeaderClassName
{
color: #DBA0BA;
}
.AnyTagClassName
{
color: #DBA0BA;
}
</style>
background-color css
<style>
a { background-color: #DBA0BA; }
a { background-color: rgb(219,160,186); }
div.DivClassName
{
background-color: #DBA0BA;
}
.BgClassName
{
background-color: #DBA0BA;
}
</style>
border-color css
<style>
span { border-color: #DBA0BA; }
span { border-color: rgb(219,160,186); }
td.TdClassName
{
border-color: #DBA0BA;
}
.TagClassName
{
border-color: #DBA0BA;
}
</style>