Shades of Shocking #DB95BD
Tints of Shocking #DB95BD
RGB
CMYK
RGB Variations
Color information
#DB95BD (or 0xDB95BD) is known color: Shocking. HEX triplet: DB, 95 and BD. RGB value is (219,149,189). Sum of RGB (Red+Green+Blue) = 219+149+189=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95BD is #246A42. Grayscale: #AEAEAE. Windows color (decimal): -2386499 or 12424667. OLE color: 12424667.
HSL color Cylindrical-coordinate representation of color #DB95BD: hue angle of 325.71º 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 #DB95BD is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 189 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.14 |
| HSL | 325.71º | 0.49% | 0.72% | - |
| HSV(B) | 325.71º | 0.32% | 0.86% | - |
| XYZ | 49.15 | 40.23 | 53.32 | - |
| YUV | 174.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 189 | 0 | 0.32 | 0.14 | 0.14 | 325.71 | 0.49 | 0.72 |
| Hex | DB | 95 | BD | 0 | 20 | E | E | 146 | 31 | 48 |
| Octal | 333 | 225 | 275 | 0 | 40 | 16 | 16 | 506 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10111101 | 0 | 100000 | 1110 | 1110 | 101000110 | 110001 | 1001000 |
Color Harmonies of #DB95BD
Complementary color
Monochromatic Colors of #DB95BD
Black with #DB95BD
Text Example
Text Example
White with #DB95BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95BD; }
p { color: rgb(219,149,189); }
H1.HeaderClassName
{
color: #DB95BD;
}
.AnyTagClassName
{
color: #DB95BD;
}
</style>
background-color css
<style>
a { background-color: #DB95BD; }
a { background-color: rgb(219,149,189); }
div.DivClassName
{
background-color: #DB95BD;
}
.BgClassName
{
background-color: #DB95BD;
}
</style>
border-color css
<style>
span { border-color: #DB95BD; }
span { border-color: rgb(219,149,189); }
td.TdClassName
{
border-color: #DB95BD;
}
.TagClassName
{
border-color: #DB95BD;
}
</style>