Shades of Shocking #DB99BA
Tints of Shocking #DB99BA
RGB
CMYK
RGB Variations
Color information
#DB99BA (or 0xDB99BA) is known color: Shocking. HEX triplet: DB, 99 and BA. RGB value is (219,153,186). Sum of RGB (Red+Green+Blue) = 219+153+186=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99BA is #246645. Grayscale: #B0B0B0. Windows color (decimal): -2385478 or 12229083. OLE color: 12229083.
HSL color Cylindrical-coordinate representation of color #DB99BA: hue angle of 330º degrees, saturation: 0.48, 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 #DB99BA is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 186 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.14 |
| HSL | 330º | 0.48% | 0.73% | - |
| HSV(B) | 330º | 0.3% | 0.86% | - |
| XYZ | 49.47 | 41.39 | 51.84 | - |
| YUV | 176.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 186 | 0 | 0.30 | 0.15 | 0.14 | 330 | 0.48 | 0.73 |
| Hex | DB | 99 | BA | 0 | 1E | F | E | 14A | 30 | 49 |
| Octal | 333 | 231 | 272 | 0 | 36 | 17 | 16 | 512 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10111010 | 0 | 11110 | 1111 | 1110 | 101001010 | 110000 | 1001001 |
Color Harmonies of #DB99BA
Complementary color
Monochromatic Colors of #DB99BA
Black with #DB99BA
Text Example
Text Example
White with #DB99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99BA; }
p { color: rgb(219,153,186); }
H1.HeaderClassName
{
color: #DB99BA;
}
.AnyTagClassName
{
color: #DB99BA;
}
</style>
background-color css
<style>
a { background-color: #DB99BA; }
a { background-color: rgb(219,153,186); }
div.DivClassName
{
background-color: #DB99BA;
}
.BgClassName
{
background-color: #DB99BA;
}
</style>
border-color css
<style>
span { border-color: #DB99BA; }
span { border-color: rgb(219,153,186); }
td.TdClassName
{
border-color: #DB99BA;
}
.TagClassName
{
border-color: #DB99BA;
}
</style>