Shades of Shocking #D998C3
Tints of Shocking #D998C3
RGB
CMYK
RGB Variations
Color information
#D998C3 (or 0xD998C3) is known color: Shocking. HEX triplet: D9, 98 and C3. RGB value is (217,152,195). Sum of RGB (Red+Green+Blue) = 217+152+195=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D998C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998C3 is #26673C. Grayscale: #B0B0B0. Windows color (decimal): -2516797 or 12818649. OLE color: 12818649.
HSL color Cylindrical-coordinate representation of color #D998C3: hue angle of 320.31º 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 #D998C3 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 195 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.15 |
| HSL | 320.31º | 0.46% | 0.72% | - |
| HSV(B) | 320.31º | 0.3% | 0.85% | - |
| XYZ | 49.69 | 41.15 | 56.95 | - |
| YUV | 176.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 195 | 0 | 0.30 | 0.10 | 0.15 | 320.31 | 0.46 | 0.72 |
| Hex | D9 | 98 | C3 | 0 | 1E | A | F | 140 | 2E | 48 |
| Octal | 331 | 230 | 303 | 0 | 36 | 12 | 17 | 500 | 56 | 110 |
| Binary | 11011001 | 10011000 | 11000011 | 0 | 11110 | 1010 | 1111 | 101000000 | 101110 | 1001000 |
Color Harmonies of #D998C3
Complementary color
Monochromatic Colors of #D998C3
Black with #D998C3
Text Example
Text Example
White with #D998C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998C3; }
p { color: rgb(217,152,195); }
H1.HeaderClassName
{
color: #D998C3;
}
.AnyTagClassName
{
color: #D998C3;
}
</style>
background-color css
<style>
a { background-color: #D998C3; }
a { background-color: rgb(217,152,195); }
div.DivClassName
{
background-color: #D998C3;
}
.BgClassName
{
background-color: #D998C3;
}
</style>
border-color css
<style>
span { border-color: #D998C3; }
span { border-color: rgb(217,152,195); }
td.TdClassName
{
border-color: #D998C3;
}
.TagClassName
{
border-color: #D998C3;
}
</style>