Shades of Shocking #D997C4
Tints of Shocking #D997C4
RGB
CMYK
RGB Variations
Color information
#D997C4 (or 0xD997C4) is known color: Shocking. HEX triplet: D9, 97 and C4. RGB value is (217,151,196). Sum of RGB (Red+Green+Blue) = 217+151+196=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D997C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997C4 is #26683B. Grayscale: #AFAFAF. Windows color (decimal): -2517052 or 12883929. OLE color: 12883929.
HSL color Cylindrical-coordinate representation of color #D997C4: hue angle of 319.09º 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 #D997C4 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 196 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.15 |
| HSL | 319.09º | 0.46% | 0.72% | - |
| HSV(B) | 319.09º | 0.3% | 0.85% | - |
| XYZ | 49.65 | 40.87 | 57.5 | - |
| YUV | 175.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 196 | 0 | 0.30 | 0.10 | 0.15 | 319.09 | 0.46 | 0.72 |
| Hex | D9 | 97 | C4 | 0 | 1E | A | F | 13F | 2E | 48 |
| Octal | 331 | 227 | 304 | 0 | 36 | 12 | 17 | 477 | 56 | 110 |
| Binary | 11011001 | 10010111 | 11000100 | 0 | 11110 | 1010 | 1111 | 100111111 | 101110 | 1001000 |
Color Harmonies of #D997C4
Complementary color
Monochromatic Colors of #D997C4
Black with #D997C4
Text Example
Text Example
White with #D997C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997C4; }
p { color: rgb(217,151,196); }
H1.HeaderClassName
{
color: #D997C4;
}
.AnyTagClassName
{
color: #D997C4;
}
</style>
background-color css
<style>
a { background-color: #D997C4; }
a { background-color: rgb(217,151,196); }
div.DivClassName
{
background-color: #D997C4;
}
.BgClassName
{
background-color: #D997C4;
}
</style>
border-color css
<style>
span { border-color: #D997C4; }
span { border-color: rgb(217,151,196); }
td.TdClassName
{
border-color: #D997C4;
}
.TagClassName
{
border-color: #D997C4;
}
</style>