Shades of Shocking #DB9CB7
Tints of Shocking #DB9CB7
RGB
CMYK
RGB Variations
Color information
#DB9CB7 (or 0xDB9CB7) is known color: Shocking. HEX triplet: DB, 9C and B7. RGB value is (219,156,183). Sum of RGB (Red+Green+Blue) = 219+156+183=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CB7 is #246348. Grayscale: #B1B1B1. Windows color (decimal): -2384713 or 12033243. OLE color: 12033243.
HSL color Cylindrical-coordinate representation of color #DB9CB7: hue angle of 334.29º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CB7 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 183 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.14 |
| HSL | 334.29º | 0.47% | 0.74% | - |
| HSV(B) | 334.29º | 0.29% | 0.86% | - |
| XYZ | 49.65 | 42.26 | 50.34 | - |
| YUV | 177.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 183 | 0 | 0.29 | 0.16 | 0.14 | 334.29 | 0.47 | 0.74 |
| Hex | DB | 9C | B7 | 0 | 1D | 10 | E | 14E | 2F | 4A |
| Octal | 333 | 234 | 267 | 0 | 35 | 20 | 16 | 516 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10110111 | 0 | 11101 | 10000 | 1110 | 101001110 | 101111 | 1001010 |
Color Harmonies of #DB9CB7
Complementary color
Monochromatic Colors of #DB9CB7
Black with #DB9CB7
Text Example
Text Example
White with #DB9CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CB7; }
p { color: rgb(219,156,183); }
H1.HeaderClassName
{
color: #DB9CB7;
}
.AnyTagClassName
{
color: #DB9CB7;
}
</style>
background-color css
<style>
a { background-color: #DB9CB7; }
a { background-color: rgb(219,156,183); }
div.DivClassName
{
background-color: #DB9CB7;
}
.BgClassName
{
background-color: #DB9CB7;
}
</style>
border-color css
<style>
span { border-color: #DB9CB7; }
span { border-color: rgb(219,156,183); }
td.TdClassName
{
border-color: #DB9CB7;
}
.TagClassName
{
border-color: #DB9CB7;
}
</style>