Shades of Shocking #D998C4
Tints of Shocking #D998C4
RGB
CMYK
RGB Variations
Color information
#D998C4 (or 0xD998C4) is known color: Shocking. HEX triplet: D9, 98 and C4. RGB value is (217,152,196). Sum of RGB (Red+Green+Blue) = 217+152+196=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D998C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998C4 is #26673B. Grayscale: #B0B0B0. Windows color (decimal): -2516796 or 12884185. OLE color: 12884185.
HSL color Cylindrical-coordinate representation of color #D998C4: hue angle of 319.38º 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 #D998C4 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 196 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.15 |
| HSL | 319.38º | 0.46% | 0.72% | - |
| HSV(B) | 319.38º | 0.3% | 0.85% | - |
| XYZ | 49.81 | 41.19 | 57.55 | - |
| YUV | 176.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 196 | 0 | 0.30 | 0.10 | 0.15 | 319.38 | 0.46 | 0.72 |
| Hex | D9 | 98 | C4 | 0 | 1E | A | F | 13F | 2E | 48 |
| Octal | 331 | 230 | 304 | 0 | 36 | 12 | 17 | 477 | 56 | 110 |
| Binary | 11011001 | 10011000 | 11000100 | 0 | 11110 | 1010 | 1111 | 100111111 | 101110 | 1001000 |
Color Harmonies of #D998C4
Complementary color
Monochromatic Colors of #D998C4
Black with #D998C4
Text Example
Text Example
White with #D998C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998C4; }
p { color: rgb(217,152,196); }
H1.HeaderClassName
{
color: #D998C4;
}
.AnyTagClassName
{
color: #D998C4;
}
</style>
background-color css
<style>
a { background-color: #D998C4; }
a { background-color: rgb(217,152,196); }
div.DivClassName
{
background-color: #D998C4;
}
.BgClassName
{
background-color: #D998C4;
}
</style>
border-color css
<style>
span { border-color: #D998C4; }
span { border-color: rgb(217,152,196); }
td.TdClassName
{
border-color: #D998C4;
}
.TagClassName
{
border-color: #D998C4;
}
</style>