Shades of Shocking #DB9AC7
Tints of Shocking #DB9AC7
RGB
CMYK
RGB Variations
Color information
#DB9AC7 (or 0xDB9AC7) is known color: Shocking. HEX triplet: DB, 9A and C7. RGB value is (219,154,199). Sum of RGB (Red+Green+Blue) = 219+154+199=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AC7 is #246538. Grayscale: #B2B2B2. Windows color (decimal): -2385209 or 13081307. OLE color: 13081307.
HSL color Cylindrical-coordinate representation of color #DB9AC7: hue angle of 318.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9AC7 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 199 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.14 |
| HSL | 318.46º | 0.47% | 0.73% | - |
| HSV(B) | 318.46º | 0.3% | 0.86% | - |
| XYZ | 51.08 | 42.29 | 59.5 | - |
| YUV | 178.57 | 139.53 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 199 | 0 | 0.30 | 0.09 | 0.14 | 318.46 | 0.47 | 0.73 |
| Hex | DB | 9A | C7 | 0 | 1E | 9 | E | 13E | 2F | 49 |
| Octal | 333 | 232 | 307 | 0 | 36 | 11 | 16 | 476 | 57 | 111 |
| Binary | 11011011 | 10011010 | 11000111 | 0 | 11110 | 1001 | 1110 | 100111110 | 101111 | 1001001 |
Color Harmonies of #DB9AC7
Complementary color
Monochromatic Colors of #DB9AC7
Black with #DB9AC7
Text Example
Text Example
White with #DB9AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AC7; }
p { color: rgb(219,154,199); }
H1.HeaderClassName
{
color: #DB9AC7;
}
.AnyTagClassName
{
color: #DB9AC7;
}
</style>
background-color css
<style>
a { background-color: #DB9AC7; }
a { background-color: rgb(219,154,199); }
div.DivClassName
{
background-color: #DB9AC7;
}
.BgClassName
{
background-color: #DB9AC7;
}
</style>
border-color css
<style>
span { border-color: #DB9AC7; }
span { border-color: rgb(219,154,199); }
td.TdClassName
{
border-color: #DB9AC7;
}
.TagClassName
{
border-color: #DB9AC7;
}
</style>