Shades of Shocking #D998C0
Tints of Shocking #D998C0
RGB
CMYK
RGB Variations
Color information
#D998C0 (or 0xD998C0) is known color: Shocking. HEX triplet: D9, 98 and C0. RGB value is (217,152,192). Sum of RGB (Red+Green+Blue) = 217+152+192=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D998C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998C0 is #26673F. Grayscale: #AFAFAF. Windows color (decimal): -2516800 or 12622041. OLE color: 12622041.
HSL color Cylindrical-coordinate representation of color #D998C0: hue angle of 323.08º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D998C0 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 192 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.15 |
| HSL | 323.08º | 0.46% | 0.72% | - |
| HSV(B) | 323.08º | 0.3% | 0.85% | - |
| XYZ | 49.36 | 41.01 | 55.18 | - |
| YUV | 176 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 192 | 0 | 0.30 | 0.12 | 0.15 | 323.08 | 0.46 | 0.72 |
| Hex | D9 | 98 | C0 | 0 | 1E | C | F | 143 | 2E | 48 |
| Octal | 331 | 230 | 300 | 0 | 36 | 14 | 17 | 503 | 56 | 110 |
| Binary | 11011001 | 10011000 | 11000000 | 0 | 11110 | 1100 | 1111 | 101000011 | 101110 | 1001000 |
Color Harmonies of #D998C0
Complementary color
Monochromatic Colors of #D998C0
Black with #D998C0
Text Example
Text Example
White with #D998C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998C0; }
p { color: rgb(217,152,192); }
H1.HeaderClassName
{
color: #D998C0;
}
.AnyTagClassName
{
color: #D998C0;
}
</style>
background-color css
<style>
a { background-color: #D998C0; }
a { background-color: rgb(217,152,192); }
div.DivClassName
{
background-color: #D998C0;
}
.BgClassName
{
background-color: #D998C0;
}
</style>
border-color css
<style>
span { border-color: #D998C0; }
span { border-color: rgb(217,152,192); }
td.TdClassName
{
border-color: #D998C0;
}
.TagClassName
{
border-color: #D998C0;
}
</style>