Shades of Shocking #DB90BB
Tints of Shocking #DB90BB
RGB
CMYK
RGB Variations
Color information
#DB90BB (or 0xDB90BB) is known color: Shocking. HEX triplet: DB, 90 and BB. RGB value is (219,144,187). Sum of RGB (Red+Green+Blue) = 219+144+187=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90BB is #246F44. Grayscale: #ABABAB. Windows color (decimal): -2387781 or 12292315. OLE color: 12292315.
HSL color Cylindrical-coordinate representation of color #DB90BB: hue angle of 325.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB90BB is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 187 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.14 |
| HSL | 325.6º | 0.51% | 0.71% | - |
| HSV(B) | 325.6º | 0.34% | 0.86% | - |
| XYZ | 48.16 | 38.59 | 51.93 | - |
| YUV | 171.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 187 | 0 | 0.34 | 0.15 | 0.14 | 325.6 | 0.51 | 0.71 |
| Hex | DB | 90 | BB | 0 | 22 | F | E | 146 | 33 | 47 |
| Octal | 333 | 220 | 273 | 0 | 42 | 17 | 16 | 506 | 63 | 107 |
| Binary | 11011011 | 10010000 | 10111011 | 0 | 100010 | 1111 | 1110 | 101000110 | 110011 | 1000111 |
Color Harmonies of #DB90BB
Complementary color
Monochromatic Colors of #DB90BB
Black with #DB90BB
Text Example
Text Example
White with #DB90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90BB; }
p { color: rgb(219,144,187); }
H1.HeaderClassName
{
color: #DB90BB;
}
.AnyTagClassName
{
color: #DB90BB;
}
</style>
background-color css
<style>
a { background-color: #DB90BB; }
a { background-color: rgb(219,144,187); }
div.DivClassName
{
background-color: #DB90BB;
}
.BgClassName
{
background-color: #DB90BB;
}
</style>
border-color css
<style>
span { border-color: #DB90BB; }
span { border-color: rgb(219,144,187); }
td.TdClassName
{
border-color: #DB90BB;
}
.TagClassName
{
border-color: #DB90BB;
}
</style>