Shades of Shocking #D99EBA
Tints of Shocking #D99EBA
RGB
CMYK
RGB Variations
Color information
#D99EBA (or 0xD99EBA) is known color: Shocking. HEX triplet: D9, 9E and BA. RGB value is (217,158,186). Sum of RGB (Red+Green+Blue) = 217+158+186=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EBA is #266145. Grayscale: #B2B2B2. Windows color (decimal): -2515270 or 12230361. OLE color: 12230361.
HSL color Cylindrical-coordinate representation of color #D99EBA: hue angle of 331.53º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99EBA is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 186 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.15 |
| HSL | 331.53º | 0.44% | 0.74% | - |
| HSV(B) | 331.53º | 0.27% | 0.85% | - |
| XYZ | 49.71 | 42.75 | 52.09 | - |
| YUV | 178.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 186 | 0 | 0.27 | 0.14 | 0.15 | 331.53 | 0.44 | 0.74 |
| Hex | D9 | 9E | BA | 0 | 1B | E | F | 14C | 2C | 4A |
| Octal | 331 | 236 | 272 | 0 | 33 | 16 | 17 | 514 | 54 | 112 |
| Binary | 11011001 | 10011110 | 10111010 | 0 | 11011 | 1110 | 1111 | 101001100 | 101100 | 1001010 |
Color Harmonies of #D99EBA
Complementary color
Monochromatic Colors of #D99EBA
Black with #D99EBA
Text Example
Text Example
White with #D99EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99EBA; }
p { color: rgb(217,158,186); }
H1.HeaderClassName
{
color: #D99EBA;
}
.AnyTagClassName
{
color: #D99EBA;
}
</style>
background-color css
<style>
a { background-color: #D99EBA; }
a { background-color: rgb(217,158,186); }
div.DivClassName
{
background-color: #D99EBA;
}
.BgClassName
{
background-color: #D99EBA;
}
</style>
border-color css
<style>
span { border-color: #D99EBA; }
span { border-color: rgb(217,158,186); }
td.TdClassName
{
border-color: #D99EBA;
}
.TagClassName
{
border-color: #D99EBA;
}
</style>