Shades of Shocking #D99ABD
Tints of Shocking #D99ABD
RGB
CMYK
RGB Variations
Color information
#D99ABD (or 0xD99ABD) is known color: Shocking. HEX triplet: D9, 9A and BD. RGB value is (217,154,189). Sum of RGB (Red+Green+Blue) = 217+154+189=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ABD is #266542. Grayscale: #B0B0B0. Windows color (decimal): -2516291 or 12425945. OLE color: 12425945.
HSL color Cylindrical-coordinate representation of color #D99ABD: hue angle of 326.67º 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 #D99ABD is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 189 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.15 |
| HSL | 326.67º | 0.45% | 0.73% | - |
| HSV(B) | 326.67º | 0.29% | 0.85% | - |
| XYZ | 49.36 | 41.54 | 53.56 | - |
| YUV | 176.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 189 | 0 | 0.29 | 0.13 | 0.15 | 326.67 | 0.45 | 0.73 |
| Hex | D9 | 9A | BD | 0 | 1D | D | F | 147 | 2D | 49 |
| Octal | 331 | 232 | 275 | 0 | 35 | 15 | 17 | 507 | 55 | 111 |
| Binary | 11011001 | 10011010 | 10111101 | 0 | 11101 | 1101 | 1111 | 101000111 | 101101 | 1001001 |
Color Harmonies of #D99ABD
Complementary color
Monochromatic Colors of #D99ABD
Black with #D99ABD
Text Example
Text Example
White with #D99ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99ABD; }
p { color: rgb(217,154,189); }
H1.HeaderClassName
{
color: #D99ABD;
}
.AnyTagClassName
{
color: #D99ABD;
}
</style>
background-color css
<style>
a { background-color: #D99ABD; }
a { background-color: rgb(217,154,189); }
div.DivClassName
{
background-color: #D99ABD;
}
.BgClassName
{
background-color: #D99ABD;
}
</style>
border-color css
<style>
span { border-color: #D99ABD; }
span { border-color: rgb(217,154,189); }
td.TdClassName
{
border-color: #D99ABD;
}
.TagClassName
{
border-color: #D99ABD;
}
</style>