Shades of Shocking #DB91B6
Tints of Shocking #DB91B6
RGB
CMYK
RGB Variations
Color information
#DB91B6 (or 0xDB91B6) is known color: Shocking. HEX triplet: DB, 91 and B6. RGB value is (219,145,182). Sum of RGB (Red+Green+Blue) = 219+145+182=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91B6 is #246E49. Grayscale: #ABABAB. Windows color (decimal): -2387530 or 11964891. OLE color: 11964891.
HSL color Cylindrical-coordinate representation of color #DB91B6: hue angle of 330º 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 #DB91B6 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 182 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.14 |
| HSL | 330º | 0.51% | 0.71% | - |
| HSV(B) | 330º | 0.34% | 0.86% | - |
| XYZ | 47.78 | 38.69 | 49.21 | - |
| YUV | 171.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 182 | 0 | 0.34 | 0.17 | 0.14 | 330 | 0.51 | 0.71 |
| Hex | DB | 91 | B6 | 0 | 22 | 11 | E | 14A | 33 | 47 |
| Octal | 333 | 221 | 266 | 0 | 42 | 21 | 16 | 512 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10110110 | 0 | 100010 | 10001 | 1110 | 101001010 | 110011 | 1000111 |
Color Harmonies of #DB91B6
Complementary color
Monochromatic Colors of #DB91B6
Black with #DB91B6
Text Example
Text Example
White with #DB91B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB91B6; }
p { color: rgb(219,145,182); }
H1.HeaderClassName
{
color: #DB91B6;
}
.AnyTagClassName
{
color: #DB91B6;
}
</style>
background-color css
<style>
a { background-color: #DB91B6; }
a { background-color: rgb(219,145,182); }
div.DivClassName
{
background-color: #DB91B6;
}
.BgClassName
{
background-color: #DB91B6;
}
</style>
border-color css
<style>
span { border-color: #DB91B6; }
span { border-color: rgb(219,145,182); }
td.TdClassName
{
border-color: #DB91B6;
}
.TagClassName
{
border-color: #DB91B6;
}
</style>