Shades of Shocking #DB99C6
Tints of Shocking #DB99C6
RGB
CMYK
RGB Variations
Color information
#DB99C6 (or 0xDB99C6) is known color: Shocking. HEX triplet: DB, 99 and C6. RGB value is (219,153,198). Sum of RGB (Red+Green+Blue) = 219+153+198=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99C6 is #246639. Grayscale: #B1B1B1. Windows color (decimal): -2385466 or 13015515. OLE color: 13015515.
HSL color Cylindrical-coordinate representation of color #DB99C6: hue angle of 319.09º 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 #DB99C6 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 198 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.14 |
| HSL | 319.09º | 0.48% | 0.73% | - |
| HSV(B) | 319.09º | 0.3% | 0.86% | - |
| XYZ | 50.8 | 41.92 | 58.84 | - |
| YUV | 177.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 198 | 0 | 0.30 | 0.10 | 0.14 | 319.09 | 0.48 | 0.73 |
| Hex | DB | 99 | C6 | 0 | 1E | A | E | 13F | 30 | 49 |
| Octal | 333 | 231 | 306 | 0 | 36 | 12 | 16 | 477 | 60 | 111 |
| Binary | 11011011 | 10011001 | 11000110 | 0 | 11110 | 1010 | 1110 | 100111111 | 110000 | 1001001 |
Color Harmonies of #DB99C6
Complementary color
Monochromatic Colors of #DB99C6
Black with #DB99C6
Text Example
Text Example
White with #DB99C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99C6; }
p { color: rgb(219,153,198); }
H1.HeaderClassName
{
color: #DB99C6;
}
.AnyTagClassName
{
color: #DB99C6;
}
</style>
background-color css
<style>
a { background-color: #DB99C6; }
a { background-color: rgb(219,153,198); }
div.DivClassName
{
background-color: #DB99C6;
}
.BgClassName
{
background-color: #DB99C6;
}
</style>
border-color css
<style>
span { border-color: #DB99C6; }
span { border-color: rgb(219,153,198); }
td.TdClassName
{
border-color: #DB99C6;
}
.TagClassName
{
border-color: #DB99C6;
}
</style>