Shades of Shocking #D98ABB
Tints of Shocking #D98ABB
RGB
CMYK
RGB Variations
Color information
#D98ABB (or 0xD98ABB) is known color: Shocking. HEX triplet: D9, 8A and BB. RGB value is (217,138,187). Sum of RGB (Red+Green+Blue) = 217+138+187=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ABB is #267544. Grayscale: #A7A7A7. Windows color (decimal): -2520389 or 12290777. OLE color: 12290777.
HSL color Cylindrical-coordinate representation of color #D98ABB: hue angle of 322.78º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98ABB is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 138 | 187 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.15 |
| HSL | 322.78º | 0.51% | 0.7% | - |
| HSV(B) | 322.78º | 0.36% | 0.85% | - |
| XYZ | 46.67 | 36.52 | 51.6 | - |
| YUV | 167.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 187 | 0 | 0.36 | 0.14 | 0.15 | 322.78 | 0.51 | 0.7 |
| Hex | D9 | 8A | BB | 0 | 24 | E | F | 143 | 33 | 46 |
| Octal | 331 | 212 | 273 | 0 | 44 | 16 | 17 | 503 | 63 | 106 |
| Binary | 11011001 | 10001010 | 10111011 | 0 | 100100 | 1110 | 1111 | 101000011 | 110011 | 1000110 |
Color Harmonies of #D98ABB
Complementary color
Monochromatic Colors of #D98ABB
Black with #D98ABB
Text Example
Text Example
White with #D98ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98ABB; }
p { color: rgb(217,138,187); }
H1.HeaderClassName
{
color: #D98ABB;
}
.AnyTagClassName
{
color: #D98ABB;
}
</style>
background-color css
<style>
a { background-color: #D98ABB; }
a { background-color: rgb(217,138,187); }
div.DivClassName
{
background-color: #D98ABB;
}
.BgClassName
{
background-color: #D98ABB;
}
</style>
border-color css
<style>
span { border-color: #D98ABB; }
span { border-color: rgb(217,138,187); }
td.TdClassName
{
border-color: #D98ABB;
}
.TagClassName
{
border-color: #D98ABB;
}
</style>