Shades of Shocking #D98DB8
Tints of Shocking #D98DB8
RGB
CMYK
RGB Variations
Color information
#D98DB8 (or 0xD98DB8) is known color: Shocking. HEX triplet: D9, 8D and B8. RGB value is (217,141,184). Sum of RGB (Red+Green+Blue) = 217+141+184=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DB8 is #267247. Grayscale: #A8A8A8. Windows color (decimal): -2519624 or 12094937. OLE color: 12094937.
HSL color Cylindrical-coordinate representation of color #D98DB8: hue angle of 326.05º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98DB8 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 184 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.15 |
| HSL | 326.05º | 0.5% | 0.7% | - |
| HSV(B) | 326.05º | 0.35% | 0.85% | - |
| XYZ | 46.79 | 37.26 | 50.07 | - |
| YUV | 168.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 184 | 0 | 0.35 | 0.15 | 0.15 | 326.05 | 0.5 | 0.7 |
| Hex | D9 | 8D | B8 | 0 | 23 | F | F | 146 | 32 | 46 |
| Octal | 331 | 215 | 270 | 0 | 43 | 17 | 17 | 506 | 62 | 106 |
| Binary | 11011001 | 10001101 | 10111000 | 0 | 100011 | 1111 | 1111 | 101000110 | 110010 | 1000110 |
Color Harmonies of #D98DB8
Complementary color
Monochromatic Colors of #D98DB8
Black with #D98DB8
Text Example
Text Example
White with #D98DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DB8; }
p { color: rgb(217,141,184); }
H1.HeaderClassName
{
color: #D98DB8;
}
.AnyTagClassName
{
color: #D98DB8;
}
</style>
background-color css
<style>
a { background-color: #D98DB8; }
a { background-color: rgb(217,141,184); }
div.DivClassName
{
background-color: #D98DB8;
}
.BgClassName
{
background-color: #D98DB8;
}
</style>
border-color css
<style>
span { border-color: #D98DB8; }
span { border-color: rgb(217,141,184); }
td.TdClassName
{
border-color: #D98DB8;
}
.TagClassName
{
border-color: #D98DB8;
}
</style>