Shades of Shocking #D998B9
Tints of Shocking #D998B9
RGB
CMYK
RGB Variations
Color information
#D998B9 (or 0xD998B9) is known color: Shocking. HEX triplet: D9, 98 and B9. RGB value is (217,152,185). Sum of RGB (Red+Green+Blue) = 217+152+185=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D998B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998B9 is #266746. Grayscale: #AFAFAF. Windows color (decimal): -2516807 or 12163289. OLE color: 12163289.
HSL color Cylindrical-coordinate representation of color #D998B9: hue angle of 329.54º 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 #D998B9 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 185 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.15 |
| HSL | 329.54º | 0.46% | 0.72% | - |
| HSV(B) | 329.54º | 0.3% | 0.85% | - |
| XYZ | 48.6 | 40.71 | 51.2 | - |
| YUV | 175.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 185 | 0 | 0.30 | 0.15 | 0.15 | 329.54 | 0.46 | 0.72 |
| Hex | D9 | 98 | B9 | 0 | 1E | F | F | 14A | 2E | 48 |
| Octal | 331 | 230 | 271 | 0 | 36 | 17 | 17 | 512 | 56 | 110 |
| Binary | 11011001 | 10011000 | 10111001 | 0 | 11110 | 1111 | 1111 | 101001010 | 101110 | 1001000 |
Color Harmonies of #D998B9
Complementary color
Monochromatic Colors of #D998B9
Black with #D998B9
Text Example
Text Example
White with #D998B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998B9; }
p { color: rgb(217,152,185); }
H1.HeaderClassName
{
color: #D998B9;
}
.AnyTagClassName
{
color: #D998B9;
}
</style>
background-color css
<style>
a { background-color: #D998B9; }
a { background-color: rgb(217,152,185); }
div.DivClassName
{
background-color: #D998B9;
}
.BgClassName
{
background-color: #D998B9;
}
</style>
border-color css
<style>
span { border-color: #D998B9; }
span { border-color: rgb(217,152,185); }
td.TdClassName
{
border-color: #D998B9;
}
.TagClassName
{
border-color: #D998B9;
}
</style>