Shades of Shocking #DB95B5
Tints of Shocking #DB95B5
RGB
CMYK
RGB Variations
Color information
#DB95B5 (or 0xDB95B5) is known color: Shocking. HEX triplet: DB, 95 and B5. RGB value is (219,149,181). Sum of RGB (Red+Green+Blue) = 219+149+181=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95B5 is #246A4A. Grayscale: #ADADAD. Windows color (decimal): -2386507 or 11900379. OLE color: 11900379.
HSL color Cylindrical-coordinate representation of color #DB95B5: hue angle of 332.57º 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 #DB95B5 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 181 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.14 |
| HSL | 332.57º | 0.49% | 0.72% | - |
| HSV(B) | 332.57º | 0.32% | 0.86% | - |
| XYZ | 48.3 | 39.89 | 48.87 | - |
| YUV | 173.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 181 | 0 | 0.32 | 0.17 | 0.14 | 332.57 | 0.49 | 0.72 |
| Hex | DB | 95 | B5 | 0 | 20 | 11 | E | 14D | 31 | 48 |
| Octal | 333 | 225 | 265 | 0 | 40 | 21 | 16 | 515 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10110101 | 0 | 100000 | 10001 | 1110 | 101001101 | 110001 | 1001000 |
Color Harmonies of #DB95B5
Complementary color
Monochromatic Colors of #DB95B5
Black with #DB95B5
Text Example
Text Example
White with #DB95B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95B5; }
p { color: rgb(219,149,181); }
H1.HeaderClassName
{
color: #DB95B5;
}
.AnyTagClassName
{
color: #DB95B5;
}
</style>
background-color css
<style>
a { background-color: #DB95B5; }
a { background-color: rgb(219,149,181); }
div.DivClassName
{
background-color: #DB95B5;
}
.BgClassName
{
background-color: #DB95B5;
}
</style>
border-color css
<style>
span { border-color: #DB95B5; }
span { border-color: rgb(219,149,181); }
td.TdClassName
{
border-color: #DB95B5;
}
.TagClassName
{
border-color: #DB95B5;
}
</style>