Shades of Shocking #D99ABA
Tints of Shocking #D99ABA
RGB
CMYK
RGB Variations
Color information
#D99ABA (or 0xD99ABA) is known color: Shocking. HEX triplet: D9, 9A and BA. RGB value is (217,154,186). Sum of RGB (Red+Green+Blue) = 217+154+186=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ABA is #266545. Grayscale: #B0B0B0. Windows color (decimal): -2516294 or 12229337. OLE color: 12229337.
HSL color Cylindrical-coordinate representation of color #D99ABA: hue angle of 329.52º 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 #D99ABA is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 186 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.15 |
| HSL | 329.52º | 0.45% | 0.73% | - |
| HSV(B) | 329.52º | 0.29% | 0.85% | - |
| XYZ | 49.03 | 41.41 | 51.86 | - |
| YUV | 176.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 186 | 0 | 0.29 | 0.14 | 0.15 | 329.52 | 0.45 | 0.73 |
| Hex | D9 | 9A | BA | 0 | 1D | E | F | 14A | 2D | 49 |
| Octal | 331 | 232 | 272 | 0 | 35 | 16 | 17 | 512 | 55 | 111 |
| Binary | 11011001 | 10011010 | 10111010 | 0 | 11101 | 1110 | 1111 | 101001010 | 101101 | 1001001 |
Color Harmonies of #D99ABA
Complementary color
Monochromatic Colors of #D99ABA
Black with #D99ABA
Text Example
Text Example
White with #D99ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99ABA; }
p { color: rgb(217,154,186); }
H1.HeaderClassName
{
color: #D99ABA;
}
.AnyTagClassName
{
color: #D99ABA;
}
</style>
background-color css
<style>
a { background-color: #D99ABA; }
a { background-color: rgb(217,154,186); }
div.DivClassName
{
background-color: #D99ABA;
}
.BgClassName
{
background-color: #D99ABA;
}
</style>
border-color css
<style>
span { border-color: #D99ABA; }
span { border-color: rgb(217,154,186); }
td.TdClassName
{
border-color: #D99ABA;
}
.TagClassName
{
border-color: #D99ABA;
}
</style>