Shades of Shocking #DB99C5
Tints of Shocking #DB99C5
RGB
CMYK
RGB Variations
Color information
#DB99C5 (or 0xDB99C5) is known color: Shocking. HEX triplet: DB, 99 and C5. RGB value is (219,153,197). Sum of RGB (Red+Green+Blue) = 219+153+197=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99C5 is #24663A. Grayscale: #B1B1B1. Windows color (decimal): -2385467 or 12949979. OLE color: 12949979.
HSL color Cylindrical-coordinate representation of color #DB99C5: hue angle of 320º 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 #DB99C5 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 197 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.14 |
| HSL | 320º | 0.48% | 0.73% | - |
| HSV(B) | 320º | 0.3% | 0.86% | - |
| XYZ | 50.68 | 41.87 | 58.23 | - |
| YUV | 177.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 197 | 0 | 0.30 | 0.10 | 0.14 | 320 | 0.48 | 0.73 |
| Hex | DB | 99 | C5 | 0 | 1E | A | E | 140 | 30 | 49 |
| Octal | 333 | 231 | 305 | 0 | 36 | 12 | 16 | 500 | 60 | 111 |
| Binary | 11011011 | 10011001 | 11000101 | 0 | 11110 | 1010 | 1110 | 101000000 | 110000 | 1001001 |
Color Harmonies of #DB99C5
Complementary color
Monochromatic Colors of #DB99C5
Black with #DB99C5
Text Example
Text Example
White with #DB99C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99C5; }
p { color: rgb(219,153,197); }
H1.HeaderClassName
{
color: #DB99C5;
}
.AnyTagClassName
{
color: #DB99C5;
}
</style>
background-color css
<style>
a { background-color: #DB99C5; }
a { background-color: rgb(219,153,197); }
div.DivClassName
{
background-color: #DB99C5;
}
.BgClassName
{
background-color: #DB99C5;
}
</style>
border-color css
<style>
span { border-color: #DB99C5; }
span { border-color: rgb(219,153,197); }
td.TdClassName
{
border-color: #DB99C5;
}
.TagClassName
{
border-color: #DB99C5;
}
</style>