Shades of Shocking #DBA4BB
Tints of Shocking #DBA4BB
RGB
CMYK
RGB Variations
Color information
#DBA4BB (or 0xDBA4BB) is known color: Shocking. HEX triplet: DB, A4 and BB. RGB value is (219,164,187). Sum of RGB (Red+Green+Blue) = 219+164+187=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4BB is #245B44. Grayscale: #B7B7B7. Windows color (decimal): -2382661 or 12297435. OLE color: 12297435.
HSL color Cylindrical-coordinate representation of color #DBA4BB: hue angle of 334.91º 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 #DBA4BB is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 187 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.14 |
| HSL | 334.91º | 0.43% | 0.75% | - |
| HSV(B) | 334.91º | 0.25% | 0.86% | - |
| XYZ | 51.46 | 45.2 | 53.03 | - |
| YUV | 183.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 187 | 0 | 0.25 | 0.15 | 0.14 | 334.91 | 0.43 | 0.75 |
| Hex | DB | A4 | BB | 0 | 19 | F | E | 14F | 2B | 4B |
| Octal | 333 | 244 | 273 | 0 | 31 | 17 | 16 | 517 | 53 | 113 |
| Binary | 11011011 | 10100100 | 10111011 | 0 | 11001 | 1111 | 1110 | 101001111 | 101011 | 1001011 |
Color Harmonies of #DBA4BB
Complementary color
Monochromatic Colors of #DBA4BB
Black with #DBA4BB
Text Example
Text Example
White with #DBA4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4BB; }
p { color: rgb(219,164,187); }
H1.HeaderClassName
{
color: #DBA4BB;
}
.AnyTagClassName
{
color: #DBA4BB;
}
</style>
background-color css
<style>
a { background-color: #DBA4BB; }
a { background-color: rgb(219,164,187); }
div.DivClassName
{
background-color: #DBA4BB;
}
.BgClassName
{
background-color: #DBA4BB;
}
</style>
border-color css
<style>
span { border-color: #DBA4BB; }
span { border-color: rgb(219,164,187); }
td.TdClassName
{
border-color: #DBA4BB;
}
.TagClassName
{
border-color: #DBA4BB;
}
</style>