Shades of Shocking #DB9BC7
Tints of Shocking #DB9BC7
RGB
CMYK
RGB Variations
Color information
#DB9BC7 (or 0xDB9BC7) is known color: Shocking. HEX triplet: DB, 9B and C7. RGB value is (219,155,199). Sum of RGB (Red+Green+Blue) = 219+155+199=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BC7 is #246438. Grayscale: #B3B3B3. Windows color (decimal): -2384953 or 13081563. OLE color: 13081563.
HSL color Cylindrical-coordinate representation of color #DB9BC7: hue angle of 318.75º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9BC7 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 199 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.14 |
| HSL | 318.75º | 0.47% | 0.73% | - |
| HSV(B) | 318.75º | 0.29% | 0.86% | - |
| XYZ | 51.24 | 42.63 | 59.56 | - |
| YUV | 179.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 199 | 0 | 0.29 | 0.09 | 0.14 | 318.75 | 0.47 | 0.73 |
| Hex | DB | 9B | C7 | 0 | 1D | 9 | E | 13F | 2F | 49 |
| Octal | 333 | 233 | 307 | 0 | 35 | 11 | 16 | 477 | 57 | 111 |
| Binary | 11011011 | 10011011 | 11000111 | 0 | 11101 | 1001 | 1110 | 100111111 | 101111 | 1001001 |
Color Harmonies of #DB9BC7
Complementary color
Monochromatic Colors of #DB9BC7
Black with #DB9BC7
Text Example
Text Example
White with #DB9BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BC7; }
p { color: rgb(219,155,199); }
H1.HeaderClassName
{
color: #DB9BC7;
}
.AnyTagClassName
{
color: #DB9BC7;
}
</style>
background-color css
<style>
a { background-color: #DB9BC7; }
a { background-color: rgb(219,155,199); }
div.DivClassName
{
background-color: #DB9BC7;
}
.BgClassName
{
background-color: #DB9BC7;
}
</style>
border-color css
<style>
span { border-color: #DB9BC7; }
span { border-color: rgb(219,155,199); }
td.TdClassName
{
border-color: #DB9BC7;
}
.TagClassName
{
border-color: #DB9BC7;
}
</style>