Shades of Shocking #D997C7
Tints of Shocking #D997C7
RGB
CMYK
RGB Variations
Color information
#D997C7 (or 0xD997C7) is known color: Shocking. HEX triplet: D9, 97 and C7. RGB value is (217,151,199). Sum of RGB (Red+Green+Blue) = 217+151+199=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D997C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997C7 is #266838. Grayscale: #B0B0B0. Windows color (decimal): -2517049 or 13080537. OLE color: 13080537.
HSL color Cylindrical-coordinate representation of color #D997C7: hue angle of 316.36º 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 #D997C7 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 199 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.15 |
| HSL | 316.36º | 0.46% | 0.72% | - |
| HSV(B) | 316.36º | 0.3% | 0.85% | - |
| XYZ | 49.99 | 41.01 | 59.31 | - |
| YUV | 176.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 199 | 0 | 0.30 | 0.08 | 0.15 | 316.36 | 0.46 | 0.72 |
| Hex | D9 | 97 | C7 | 0 | 1E | 8 | F | 13C | 2E | 48 |
| Octal | 331 | 227 | 307 | 0 | 36 | 10 | 17 | 474 | 56 | 110 |
| Binary | 11011001 | 10010111 | 11000111 | 0 | 11110 | 1000 | 1111 | 100111100 | 101110 | 1001000 |
Color Harmonies of #D997C7
Complementary color
Monochromatic Colors of #D997C7
Black with #D997C7
Text Example
Text Example
White with #D997C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997C7; }
p { color: rgb(217,151,199); }
H1.HeaderClassName
{
color: #D997C7;
}
.AnyTagClassName
{
color: #D997C7;
}
</style>
background-color css
<style>
a { background-color: #D997C7; }
a { background-color: rgb(217,151,199); }
div.DivClassName
{
background-color: #D997C7;
}
.BgClassName
{
background-color: #D997C7;
}
</style>
border-color css
<style>
span { border-color: #D997C7; }
span { border-color: rgb(217,151,199); }
td.TdClassName
{
border-color: #D997C7;
}
.TagClassName
{
border-color: #D997C7;
}
</style>