Shades of Shocking #DB99C8
Tints of Shocking #DB99C8
RGB
CMYK
RGB Variations
Color information
#DB99C8 (or 0xDB99C8) is known color: Shocking. HEX triplet: DB, 99 and C8. RGB value is (219,153,200). Sum of RGB (Red+Green+Blue) = 219+153+200=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99C8 is #246637. Grayscale: #B1B1B1. Windows color (decimal): -2385464 or 13146587. OLE color: 13146587.
HSL color Cylindrical-coordinate representation of color #DB99C8: hue angle of 317.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 #DB99C8 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 200 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.14 |
| HSL | 317.27º | 0.48% | 0.73% | - |
| HSV(B) | 317.27º | 0.3% | 0.86% | - |
| XYZ | 51.03 | 42.01 | 60.06 | - |
| YUV | 178.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 200 | 0 | 0.30 | 0.09 | 0.14 | 317.27 | 0.48 | 0.73 |
| Hex | DB | 99 | C8 | 0 | 1E | 9 | E | 13D | 30 | 49 |
| Octal | 333 | 231 | 310 | 0 | 36 | 11 | 16 | 475 | 60 | 111 |
| Binary | 11011011 | 10011001 | 11001000 | 0 | 11110 | 1001 | 1110 | 100111101 | 110000 | 1001001 |
Color Harmonies of #DB99C8
Complementary color
Monochromatic Colors of #DB99C8
Black with #DB99C8
Text Example
Text Example
White with #DB99C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99C8; }
p { color: rgb(219,153,200); }
H1.HeaderClassName
{
color: #DB99C8;
}
.AnyTagClassName
{
color: #DB99C8;
}
</style>
background-color css
<style>
a { background-color: #DB99C8; }
a { background-color: rgb(219,153,200); }
div.DivClassName
{
background-color: #DB99C8;
}
.BgClassName
{
background-color: #DB99C8;
}
</style>
border-color css
<style>
span { border-color: #DB99C8; }
span { border-color: rgb(219,153,200); }
td.TdClassName
{
border-color: #DB99C8;
}
.TagClassName
{
border-color: #DB99C8;
}
</style>