Shades of Shocking #DBA0BD
Tints of Shocking #DBA0BD
RGB
CMYK
RGB Variations
Color information
#DBA0BD (or 0xDBA0BD) is known color: Shocking. HEX triplet: DB, A0 and BD. RGB value is (219,160,189). Sum of RGB (Red+Green+Blue) = 219+160+189=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0BD is #245F42. Grayscale: #B4B4B4. Windows color (decimal): -2383683 or 12427483. OLE color: 12427483.
HSL color Cylindrical-coordinate representation of color #DBA0BD: hue angle of 330.51º 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 #DBA0BD is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 189 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.14 |
| HSL | 330.51º | 0.45% | 0.74% | - |
| HSV(B) | 330.51º | 0.27% | 0.86% | - |
| XYZ | 50.97 | 43.88 | 53.93 | - |
| YUV | 180.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 189 | 0 | 0.27 | 0.14 | 0.14 | 330.51 | 0.45 | 0.74 |
| Hex | DB | A0 | BD | 0 | 1B | E | E | 14B | 2D | 4A |
| Octal | 333 | 240 | 275 | 0 | 33 | 16 | 16 | 513 | 55 | 112 |
| Binary | 11011011 | 10100000 | 10111101 | 0 | 11011 | 1110 | 1110 | 101001011 | 101101 | 1001010 |
Color Harmonies of #DBA0BD
Complementary color
Monochromatic Colors of #DBA0BD
Black with #DBA0BD
Text Example
Text Example
White with #DBA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0BD; }
p { color: rgb(219,160,189); }
H1.HeaderClassName
{
color: #DBA0BD;
}
.AnyTagClassName
{
color: #DBA0BD;
}
</style>
background-color css
<style>
a { background-color: #DBA0BD; }
a { background-color: rgb(219,160,189); }
div.DivClassName
{
background-color: #DBA0BD;
}
.BgClassName
{
background-color: #DBA0BD;
}
</style>
border-color css
<style>
span { border-color: #DBA0BD; }
span { border-color: rgb(219,160,189); }
td.TdClassName
{
border-color: #DBA0BD;
}
.TagClassName
{
border-color: #DBA0BD;
}
</style>