Shades of Shocking #DB9CBC
Tints of Shocking #DB9CBC
RGB
CMYK
RGB Variations
Color information
#DB9CBC (or 0xDB9CBC) is known color: Shocking. HEX triplet: DB, 9C and BC. RGB value is (219,156,188). Sum of RGB (Red+Green+Blue) = 219+156+188=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CBC is #246343. Grayscale: #B2B2B2. Windows color (decimal): -2384708 or 12360923. OLE color: 12360923.
HSL color Cylindrical-coordinate representation of color #DB9CBC: hue angle of 329.52º 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 #DB9CBC is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 188 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.14 |
| HSL | 329.52º | 0.47% | 0.74% | - |
| HSV(B) | 329.52º | 0.29% | 0.86% | - |
| XYZ | 50.18 | 42.47 | 53.13 | - |
| YUV | 178.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 188 | 0 | 0.29 | 0.14 | 0.14 | 329.52 | 0.47 | 0.74 |
| Hex | DB | 9C | BC | 0 | 1D | E | E | 14A | 2F | 4A |
| Octal | 333 | 234 | 274 | 0 | 35 | 16 | 16 | 512 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10111100 | 0 | 11101 | 1110 | 1110 | 101001010 | 101111 | 1001010 |
Color Harmonies of #DB9CBC
Complementary color
Monochromatic Colors of #DB9CBC
Black with #DB9CBC
Text Example
Text Example
White with #DB9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CBC; }
p { color: rgb(219,156,188); }
H1.HeaderClassName
{
color: #DB9CBC;
}
.AnyTagClassName
{
color: #DB9CBC;
}
</style>
background-color css
<style>
a { background-color: #DB9CBC; }
a { background-color: rgb(219,156,188); }
div.DivClassName
{
background-color: #DB9CBC;
}
.BgClassName
{
background-color: #DB9CBC;
}
</style>
border-color css
<style>
span { border-color: #DB9CBC; }
span { border-color: rgb(219,156,188); }
td.TdClassName
{
border-color: #DB9CBC;
}
.TagClassName
{
border-color: #DB9CBC;
}
</style>