Shades of Shocking #D99BBE
Tints of Shocking #D99BBE
RGB
CMYK
RGB Variations
Color information
#D99BBE (or 0xD99BBE) is known color: Shocking. HEX triplet: D9, 9B and BE. RGB value is (217,155,190). Sum of RGB (Red+Green+Blue) = 217+155+190=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BBE is #266441. Grayscale: #B1B1B1. Windows color (decimal): -2516034 or 12491737. OLE color: 12491737.
HSL color Cylindrical-coordinate representation of color #D99BBE: hue angle of 326.13º 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 #D99BBE is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 190 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.15 |
| HSL | 326.13º | 0.45% | 0.73% | - |
| HSV(B) | 326.13º | 0.29% | 0.85% | - |
| XYZ | 49.63 | 41.91 | 54.19 | - |
| YUV | 177.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 190 | 0 | 0.29 | 0.12 | 0.15 | 326.13 | 0.45 | 0.73 |
| Hex | D9 | 9B | BE | 0 | 1D | C | F | 146 | 2D | 49 |
| Octal | 331 | 233 | 276 | 0 | 35 | 14 | 17 | 506 | 55 | 111 |
| Binary | 11011001 | 10011011 | 10111110 | 0 | 11101 | 1100 | 1111 | 101000110 | 101101 | 1001001 |
Color Harmonies of #D99BBE
Complementary color
Monochromatic Colors of #D99BBE
Black with #D99BBE
Text Example
Text Example
White with #D99BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BBE; }
p { color: rgb(217,155,190); }
H1.HeaderClassName
{
color: #D99BBE;
}
.AnyTagClassName
{
color: #D99BBE;
}
</style>
background-color css
<style>
a { background-color: #D99BBE; }
a { background-color: rgb(217,155,190); }
div.DivClassName
{
background-color: #D99BBE;
}
.BgClassName
{
background-color: #D99BBE;
}
</style>
border-color css
<style>
span { border-color: #D99BBE; }
span { border-color: rgb(217,155,190); }
td.TdClassName
{
border-color: #D99BBE;
}
.TagClassName
{
border-color: #D99BBE;
}
</style>