Shades of Shocking #D899BB
Tints of Shocking #D899BB
RGB
CMYK
RGB Variations
Color information
#D899BB (or 0xD899BB) is known color: Shocking. HEX triplet: D8, 99 and BB. RGB value is (216,153,187). Sum of RGB (Red+Green+Blue) = 216+153+187=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D899BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899BB is #276644. Grayscale: #AFAFAF. Windows color (decimal): -2582085 or 12294616. OLE color: 12294616.
HSL color Cylindrical-coordinate representation of color #D899BB: hue angle of 327.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D899BB is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 187 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.15 |
| HSL | 327.62º | 0.45% | 0.72% | - |
| HSV(B) | 327.62º | 0.29% | 0.85% | - |
| XYZ | 48.68 | 40.97 | 52.36 | - |
| YUV | 175.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 187 | 0 | 0.29 | 0.13 | 0.15 | 327.62 | 0.45 | 0.72 |
| Hex | D8 | 99 | BB | 0 | 1D | D | F | 148 | 2D | 48 |
| Octal | 330 | 231 | 273 | 0 | 35 | 15 | 17 | 510 | 55 | 110 |
| Binary | 11011000 | 10011001 | 10111011 | 0 | 11101 | 1101 | 1111 | 101001000 | 101101 | 1001000 |
Color Harmonies of #D899BB
Complementary color
Monochromatic Colors of #D899BB
Black with #D899BB
Text Example
Text Example
White with #D899BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899BB; }
p { color: rgb(216,153,187); }
H1.HeaderClassName
{
color: #D899BB;
}
.AnyTagClassName
{
color: #D899BB;
}
</style>
background-color css
<style>
a { background-color: #D899BB; }
a { background-color: rgb(216,153,187); }
div.DivClassName
{
background-color: #D899BB;
}
.BgClassName
{
background-color: #D899BB;
}
</style>
border-color css
<style>
span { border-color: #D899BB; }
span { border-color: rgb(216,153,187); }
td.TdClassName
{
border-color: #D899BB;
}
.TagClassName
{
border-color: #D899BB;
}
</style>