Shades of Shocking #DB9DBA
Tints of Shocking #DB9DBA
RGB
CMYK
RGB Variations
Color information
#DB9DBA (or 0xDB9DBA) is known color: Shocking. HEX triplet: DB, 9D and BA. RGB value is (219,157,186). Sum of RGB (Red+Green+Blue) = 219+157+186=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DBA is #246245. Grayscale: #B2B2B2. Windows color (decimal): -2384454 or 12230107. OLE color: 12230107.
HSL color Cylindrical-coordinate representation of color #DB9DBA: hue angle of 331.94º 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 #DB9DBA is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 186 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.14 |
| HSL | 331.94º | 0.46% | 0.74% | - |
| HSV(B) | 331.94º | 0.28% | 0.86% | - |
| XYZ | 50.13 | 42.72 | 52.06 | - |
| YUV | 178.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 186 | 0 | 0.28 | 0.15 | 0.14 | 331.94 | 0.46 | 0.74 |
| Hex | DB | 9D | BA | 0 | 1C | F | E | 14C | 2E | 4A |
| Octal | 333 | 235 | 272 | 0 | 34 | 17 | 16 | 514 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10111010 | 0 | 11100 | 1111 | 1110 | 101001100 | 101110 | 1001010 |
Color Harmonies of #DB9DBA
Complementary color
Monochromatic Colors of #DB9DBA
Black with #DB9DBA
Text Example
Text Example
White with #DB9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DBA; }
p { color: rgb(219,157,186); }
H1.HeaderClassName
{
color: #DB9DBA;
}
.AnyTagClassName
{
color: #DB9DBA;
}
</style>
background-color css
<style>
a { background-color: #DB9DBA; }
a { background-color: rgb(219,157,186); }
div.DivClassName
{
background-color: #DB9DBA;
}
.BgClassName
{
background-color: #DB9DBA;
}
</style>
border-color css
<style>
span { border-color: #DB9DBA; }
span { border-color: rgb(219,157,186); }
td.TdClassName
{
border-color: #DB9DBA;
}
.TagClassName
{
border-color: #DB9DBA;
}
</style>