Shades of Shocking #D99BBC
Tints of Shocking #D99BBC
RGB
CMYK
RGB Variations
Color information
#D99BBC (or 0xD99BBC) is known color: Shocking. HEX triplet: D9, 9B and BC. RGB value is (217,155,188). Sum of RGB (Red+Green+Blue) = 217+155+188=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BBC is #266443. Grayscale: #B1B1B1. Windows color (decimal): -2516036 or 12360665. OLE color: 12360665.
HSL color Cylindrical-coordinate representation of color #D99BBC: hue angle of 328.06º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99BBC is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 188 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.15 |
| HSL | 328.06º | 0.45% | 0.73% | - |
| HSV(B) | 328.06º | 0.29% | 0.85% | - |
| XYZ | 49.41 | 41.83 | 53.05 | - |
| YUV | 177.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 188 | 0 | 0.29 | 0.13 | 0.15 | 328.06 | 0.45 | 0.73 |
| Hex | D9 | 9B | BC | 0 | 1D | D | F | 148 | 2D | 49 |
| Octal | 331 | 233 | 274 | 0 | 35 | 15 | 17 | 510 | 55 | 111 |
| Binary | 11011001 | 10011011 | 10111100 | 0 | 11101 | 1101 | 1111 | 101001000 | 101101 | 1001001 |
Color Harmonies of #D99BBC
Complementary color
Monochromatic Colors of #D99BBC
Black with #D99BBC
Text Example
Text Example
White with #D99BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BBC; }
p { color: rgb(217,155,188); }
H1.HeaderClassName
{
color: #D99BBC;
}
.AnyTagClassName
{
color: #D99BBC;
}
</style>
background-color css
<style>
a { background-color: #D99BBC; }
a { background-color: rgb(217,155,188); }
div.DivClassName
{
background-color: #D99BBC;
}
.BgClassName
{
background-color: #D99BBC;
}
</style>
border-color css
<style>
span { border-color: #D99BBC; }
span { border-color: rgb(217,155,188); }
td.TdClassName
{
border-color: #D99BBC;
}
.TagClassName
{
border-color: #D99BBC;
}
</style>