Shades of Shocking #DB94B5
Tints of Shocking #DB94B5
RGB
CMYK
RGB Variations
Color information
#DB94B5 (or 0xDB94B5) is known color: Shocking. HEX triplet: DB, 94 and B5. RGB value is (219,148,181). Sum of RGB (Red+Green+Blue) = 219+148+181=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94B5 is #246B4A. Grayscale: #ACACAC. Windows color (decimal): -2386763 or 11900123. OLE color: 11900123.
HSL color Cylindrical-coordinate representation of color #DB94B5: hue angle of 332.11º degrees, saturation: 0.5, 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 #DB94B5 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 181 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.14 |
| HSL | 332.11º | 0.5% | 0.72% | - |
| HSV(B) | 332.11º | 0.32% | 0.86% | - |
| XYZ | 48.14 | 39.58 | 48.82 | - |
| YUV | 172.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 181 | 0 | 0.32 | 0.17 | 0.14 | 332.11 | 0.5 | 0.72 |
| Hex | DB | 94 | B5 | 0 | 20 | 11 | E | 14C | 32 | 48 |
| Octal | 333 | 224 | 265 | 0 | 40 | 21 | 16 | 514 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10110101 | 0 | 100000 | 10001 | 1110 | 101001100 | 110010 | 1001000 |
Color Harmonies of #DB94B5
Complementary color
Monochromatic Colors of #DB94B5
Black with #DB94B5
Text Example
Text Example
White with #DB94B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94B5; }
p { color: rgb(219,148,181); }
H1.HeaderClassName
{
color: #DB94B5;
}
.AnyTagClassName
{
color: #DB94B5;
}
</style>
background-color css
<style>
a { background-color: #DB94B5; }
a { background-color: rgb(219,148,181); }
div.DivClassName
{
background-color: #DB94B5;
}
.BgClassName
{
background-color: #DB94B5;
}
</style>
border-color css
<style>
span { border-color: #DB94B5; }
span { border-color: rgb(219,148,181); }
td.TdClassName
{
border-color: #DB94B5;
}
.TagClassName
{
border-color: #DB94B5;
}
</style>