Shades of Shocking #D991C0
Tints of Shocking #D991C0
RGB
CMYK
RGB Variations
Color information
#D991C0 (or 0xD991C0) is known color: Shocking. HEX triplet: D9, 91 and C0. RGB value is (217,145,192). Sum of RGB (Red+Green+Blue) = 217+145+192=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D991C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991C0 is #266E3F. Grayscale: #ABABAB. Windows color (decimal): -2518592 or 12620249. OLE color: 12620249.
HSL color Cylindrical-coordinate representation of color #D991C0: hue angle of 320.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991C0 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 192 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.15 |
| HSL | 320.83º | 0.49% | 0.71% | - |
| HSV(B) | 320.83º | 0.33% | 0.85% | - |
| XYZ | 48.26 | 38.81 | 54.82 | - |
| YUV | 171.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 192 | 0 | 0.33 | 0.12 | 0.15 | 320.83 | 0.49 | 0.71 |
| Hex | D9 | 91 | C0 | 0 | 21 | C | F | 141 | 31 | 47 |
| Octal | 331 | 221 | 300 | 0 | 41 | 14 | 17 | 501 | 61 | 107 |
| Binary | 11011001 | 10010001 | 11000000 | 0 | 100001 | 1100 | 1111 | 101000001 | 110001 | 1000111 |
Color Harmonies of #D991C0
Complementary color
Monochromatic Colors of #D991C0
Black with #D991C0
Text Example
Text Example
White with #D991C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D991C0; }
p { color: rgb(217,145,192); }
H1.HeaderClassName
{
color: #D991C0;
}
.AnyTagClassName
{
color: #D991C0;
}
</style>
background-color css
<style>
a { background-color: #D991C0; }
a { background-color: rgb(217,145,192); }
div.DivClassName
{
background-color: #D991C0;
}
.BgClassName
{
background-color: #D991C0;
}
</style>
border-color css
<style>
span { border-color: #D991C0; }
span { border-color: rgb(217,145,192); }
td.TdClassName
{
border-color: #D991C0;
}
.TagClassName
{
border-color: #D991C0;
}
</style>