Shades of Shocking #DB99BD
Tints of Shocking #DB99BD
RGB
CMYK
RGB Variations
Color information
#DB99BD (or 0xDB99BD) is known color: Shocking. HEX triplet: DB, 99 and BD. RGB value is (219,153,189). Sum of RGB (Red+Green+Blue) = 219+153+189=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99BD is #246642. Grayscale: #B0B0B0. Windows color (decimal): -2385475 or 12425691. OLE color: 12425691.
HSL color Cylindrical-coordinate representation of color #DB99BD: hue angle of 327.27º 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 #DB99BD is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 189 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.14 |
| HSL | 327.27º | 0.48% | 0.73% | - |
| HSV(B) | 327.27º | 0.3% | 0.86% | - |
| XYZ | 49.79 | 41.52 | 53.53 | - |
| YUV | 176.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 189 | 0 | 0.30 | 0.14 | 0.14 | 327.27 | 0.48 | 0.73 |
| Hex | DB | 99 | BD | 0 | 1E | E | E | 147 | 30 | 49 |
| Octal | 333 | 231 | 275 | 0 | 36 | 16 | 16 | 507 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10111101 | 0 | 11110 | 1110 | 1110 | 101000111 | 110000 | 1001001 |
Color Harmonies of #DB99BD
Complementary color
Monochromatic Colors of #DB99BD
Black with #DB99BD
Text Example
Text Example
White with #DB99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99BD; }
p { color: rgb(219,153,189); }
H1.HeaderClassName
{
color: #DB99BD;
}
.AnyTagClassName
{
color: #DB99BD;
}
</style>
background-color css
<style>
a { background-color: #DB99BD; }
a { background-color: rgb(219,153,189); }
div.DivClassName
{
background-color: #DB99BD;
}
.BgClassName
{
background-color: #DB99BD;
}
</style>
border-color css
<style>
span { border-color: #DB99BD; }
span { border-color: rgb(219,153,189); }
td.TdClassName
{
border-color: #DB99BD;
}
.TagClassName
{
border-color: #DB99BD;
}
</style>