Shades of Shocking #DB95B7
Tints of Shocking #DB95B7
RGB
CMYK
RGB Variations
Color information
#DB95B7 (or 0xDB95B7) is known color: Shocking. HEX triplet: DB, 95 and B7. RGB value is (219,149,183). Sum of RGB (Red+Green+Blue) = 219+149+183=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95B7 is #246A48. Grayscale: #ADADAD. Windows color (decimal): -2386505 or 12031451. OLE color: 12031451.
HSL color Cylindrical-coordinate representation of color #DB95B7: hue angle of 330.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB95B7 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 183 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.14 |
| HSL | 330.86º | 0.49% | 0.72% | - |
| HSV(B) | 330.86º | 0.32% | 0.86% | - |
| XYZ | 48.51 | 39.97 | 49.96 | - |
| YUV | 173.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 183 | 0 | 0.32 | 0.16 | 0.14 | 330.86 | 0.49 | 0.72 |
| Hex | DB | 95 | B7 | 0 | 20 | 10 | E | 14B | 31 | 48 |
| Octal | 333 | 225 | 267 | 0 | 40 | 20 | 16 | 513 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10110111 | 0 | 100000 | 10000 | 1110 | 101001011 | 110001 | 1001000 |
Color Harmonies of #DB95B7
Complementary color
Monochromatic Colors of #DB95B7
Black with #DB95B7
Text Example
Text Example
White with #DB95B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95B7; }
p { color: rgb(219,149,183); }
H1.HeaderClassName
{
color: #DB95B7;
}
.AnyTagClassName
{
color: #DB95B7;
}
</style>
background-color css
<style>
a { background-color: #DB95B7; }
a { background-color: rgb(219,149,183); }
div.DivClassName
{
background-color: #DB95B7;
}
.BgClassName
{
background-color: #DB95B7;
}
</style>
border-color css
<style>
span { border-color: #DB95B7; }
span { border-color: rgb(219,149,183); }
td.TdClassName
{
border-color: #DB95B7;
}
.TagClassName
{
border-color: #DB95B7;
}
</style>