Shades of Shocking #DB94B6
Tints of Shocking #DB94B6
RGB
CMYK
RGB Variations
Color information
#DB94B6 (or 0xDB94B6) is known color: Shocking. HEX triplet: DB, 94 and B6. RGB value is (219,148,182). Sum of RGB (Red+Green+Blue) = 219+148+182=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94B6 is #246B49. Grayscale: #ADADAD. Windows color (decimal): -2386762 or 11965659. OLE color: 11965659.
HSL color Cylindrical-coordinate representation of color #DB94B6: hue angle of 331.27º 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 #DB94B6 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 182 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.14 |
| HSL | 331.27º | 0.5% | 0.72% | - |
| HSV(B) | 331.27º | 0.32% | 0.86% | - |
| XYZ | 48.25 | 39.62 | 49.36 | - |
| YUV | 173.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 182 | 0 | 0.32 | 0.17 | 0.14 | 331.27 | 0.5 | 0.72 |
| Hex | DB | 94 | B6 | 0 | 20 | 11 | E | 14B | 32 | 48 |
| Octal | 333 | 224 | 266 | 0 | 40 | 21 | 16 | 513 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10110110 | 0 | 100000 | 10001 | 1110 | 101001011 | 110010 | 1001000 |
Color Harmonies of #DB94B6
Complementary color
Monochromatic Colors of #DB94B6
Black with #DB94B6
Text Example
Text Example
White with #DB94B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94B6; }
p { color: rgb(219,148,182); }
H1.HeaderClassName
{
color: #DB94B6;
}
.AnyTagClassName
{
color: #DB94B6;
}
</style>
background-color css
<style>
a { background-color: #DB94B6; }
a { background-color: rgb(219,148,182); }
div.DivClassName
{
background-color: #DB94B6;
}
.BgClassName
{
background-color: #DB94B6;
}
</style>
border-color css
<style>
span { border-color: #DB94B6; }
span { border-color: rgb(219,148,182); }
td.TdClassName
{
border-color: #DB94B6;
}
.TagClassName
{
border-color: #DB94B6;
}
</style>