Shades of Shocking #D98DC6
Tints of Shocking #D98DC6
RGB
CMYK
RGB Variations
Color information
#D98DC6 (or 0xD98DC6) is known color: Shocking. HEX triplet: D9, 8D and C6. RGB value is (217,141,198). Sum of RGB (Red+Green+Blue) = 217+141+198=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DC6 is #267239. Grayscale: #AAAAAA. Windows color (decimal): -2519610 or 13012441. OLE color: 13012441.
HSL color Cylindrical-coordinate representation of color #D98DC6: hue angle of 315º 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 #D98DC6 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 198 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.15 |
| HSL | 315º | 0.5% | 0.7% | - |
| HSV(B) | 315º | 0.35% | 0.85% | - |
| XYZ | 48.33 | 37.88 | 58.19 | - |
| YUV | 170.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 198 | 0 | 0.35 | 0.09 | 0.15 | 315 | 0.5 | 0.7 |
| Hex | D9 | 8D | C6 | 0 | 23 | 9 | F | 13B | 32 | 46 |
| Octal | 331 | 215 | 306 | 0 | 43 | 11 | 17 | 473 | 62 | 106 |
| Binary | 11011001 | 10001101 | 11000110 | 0 | 100011 | 1001 | 1111 | 100111011 | 110010 | 1000110 |
Color Harmonies of #D98DC6
Complementary color
Monochromatic Colors of #D98DC6
Black with #D98DC6
Text Example
Text Example
White with #D98DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DC6; }
p { color: rgb(217,141,198); }
H1.HeaderClassName
{
color: #D98DC6;
}
.AnyTagClassName
{
color: #D98DC6;
}
</style>
background-color css
<style>
a { background-color: #D98DC6; }
a { background-color: rgb(217,141,198); }
div.DivClassName
{
background-color: #D98DC6;
}
.BgClassName
{
background-color: #D98DC6;
}
</style>
border-color css
<style>
span { border-color: #D98DC6; }
span { border-color: rgb(217,141,198); }
td.TdClassName
{
border-color: #D98DC6;
}
.TagClassName
{
border-color: #D98DC6;
}
</style>