Shades of Shocking #DB9DBE
Tints of Shocking #DB9DBE
RGB
CMYK
RGB Variations
Color information
#DB9DBE (or 0xDB9DBE) is known color: Shocking. HEX triplet: DB, 9D and BE. RGB value is (219,157,190). Sum of RGB (Red+Green+Blue) = 219+157+190=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DBE is #246241. Grayscale: #B3B3B3. Windows color (decimal): -2384450 or 12492251. OLE color: 12492251.
HSL color Cylindrical-coordinate representation of color #DB9DBE: hue angle of 328.06º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DBE is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 190 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.14 |
| HSL | 328.06º | 0.46% | 0.74% | - |
| HSV(B) | 328.06º | 0.28% | 0.86% | - |
| XYZ | 50.56 | 42.89 | 54.33 | - |
| YUV | 179.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 190 | 0 | 0.28 | 0.13 | 0.14 | 328.06 | 0.46 | 0.74 |
| Hex | DB | 9D | BE | 0 | 1C | D | E | 148 | 2E | 4A |
| Octal | 333 | 235 | 276 | 0 | 34 | 15 | 16 | 510 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10111110 | 0 | 11100 | 1101 | 1110 | 101001000 | 101110 | 1001010 |
Color Harmonies of #DB9DBE
Complementary color
Monochromatic Colors of #DB9DBE
Black with #DB9DBE
Text Example
Text Example
White with #DB9DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DBE; }
p { color: rgb(219,157,190); }
H1.HeaderClassName
{
color: #DB9DBE;
}
.AnyTagClassName
{
color: #DB9DBE;
}
</style>
background-color css
<style>
a { background-color: #DB9DBE; }
a { background-color: rgb(219,157,190); }
div.DivClassName
{
background-color: #DB9DBE;
}
.BgClassName
{
background-color: #DB9DBE;
}
</style>
border-color css
<style>
span { border-color: #DB9DBE; }
span { border-color: rgb(219,157,190); }
td.TdClassName
{
border-color: #DB9DBE;
}
.TagClassName
{
border-color: #DB9DBE;
}
</style>