Shades of Shocking #D99ABE
Tints of Shocking #D99ABE
RGB
CMYK
RGB Variations
Color information
#D99ABE (or 0xD99ABE) is known color: Shocking. HEX triplet: D9, 9A and BE. RGB value is (217,154,190). Sum of RGB (Red+Green+Blue) = 217+154+190=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ABE is #266541. Grayscale: #B0B0B0. Windows color (decimal): -2516290 or 12491481. OLE color: 12491481.
HSL color Cylindrical-coordinate representation of color #D99ABE: hue angle of 325.71º 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 #D99ABE is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 190 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.15 |
| HSL | 325.71º | 0.45% | 0.73% | - |
| HSV(B) | 325.71º | 0.29% | 0.85% | - |
| XYZ | 49.47 | 41.58 | 54.13 | - |
| YUV | 176.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 190 | 0 | 0.29 | 0.12 | 0.15 | 325.71 | 0.45 | 0.73 |
| Hex | D9 | 9A | BE | 0 | 1D | C | F | 146 | 2D | 49 |
| Octal | 331 | 232 | 276 | 0 | 35 | 14 | 17 | 506 | 55 | 111 |
| Binary | 11011001 | 10011010 | 10111110 | 0 | 11101 | 1100 | 1111 | 101000110 | 101101 | 1001001 |
Color Harmonies of #D99ABE
Complementary color
Monochromatic Colors of #D99ABE
Black with #D99ABE
Text Example
Text Example
White with #D99ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99ABE; }
p { color: rgb(217,154,190); }
H1.HeaderClassName
{
color: #D99ABE;
}
.AnyTagClassName
{
color: #D99ABE;
}
</style>
background-color css
<style>
a { background-color: #D99ABE; }
a { background-color: rgb(217,154,190); }
div.DivClassName
{
background-color: #D99ABE;
}
.BgClassName
{
background-color: #D99ABE;
}
</style>
border-color css
<style>
span { border-color: #D99ABE; }
span { border-color: rgb(217,154,190); }
td.TdClassName
{
border-color: #D99ABE;
}
.TagClassName
{
border-color: #D99ABE;
}
</style>