Shades of Shocking #DBA5B9
Tints of Shocking #DBA5B9
RGB
CMYK
RGB Variations
Color information
#DBA5B9 (or 0xDBA5B9) is known color: Shocking. HEX triplet: DB, A5 and B9. RGB value is (219,165,185). Sum of RGB (Red+Green+Blue) = 219+165+185=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5B9 is #245A46. Grayscale: #B7B7B7. Windows color (decimal): -2382407 or 12166619. OLE color: 12166619.
HSL color Cylindrical-coordinate representation of color #DBA5B9: hue angle of 337.78º 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 #DBA5B9 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 185 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.14 |
| HSL | 337.78º | 0.43% | 0.75% | - |
| HSV(B) | 337.78º | 0.25% | 0.86% | - |
| XYZ | 51.43 | 45.47 | 51.97 | - |
| YUV | 183.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 185 | 0 | 0.25 | 0.16 | 0.14 | 337.78 | 0.43 | 0.75 |
| Hex | DB | A5 | B9 | 0 | 19 | 10 | E | 152 | 2B | 4B |
| Octal | 333 | 245 | 271 | 0 | 31 | 20 | 16 | 522 | 53 | 113 |
| Binary | 11011011 | 10100101 | 10111001 | 0 | 11001 | 10000 | 1110 | 101010010 | 101011 | 1001011 |
Color Harmonies of #DBA5B9
Complementary color
Monochromatic Colors of #DBA5B9
Black with #DBA5B9
Text Example
Text Example
White with #DBA5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5B9; }
p { color: rgb(219,165,185); }
H1.HeaderClassName
{
color: #DBA5B9;
}
.AnyTagClassName
{
color: #DBA5B9;
}
</style>
background-color css
<style>
a { background-color: #DBA5B9; }
a { background-color: rgb(219,165,185); }
div.DivClassName
{
background-color: #DBA5B9;
}
.BgClassName
{
background-color: #DBA5B9;
}
</style>
border-color css
<style>
span { border-color: #DBA5B9; }
span { border-color: rgb(219,165,185); }
td.TdClassName
{
border-color: #DBA5B9;
}
.TagClassName
{
border-color: #DBA5B9;
}
</style>