Shades of Shocking #D994BC
Tints of Shocking #D994BC
RGB
CMYK
RGB Variations
Color information
#D994BC (or 0xD994BC) is known color: Shocking. HEX triplet: D9, 94 and BC. RGB value is (217,148,188). Sum of RGB (Red+Green+Blue) = 217+148+188=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D994BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994BC is #266B43. Grayscale: #ADADAD. Windows color (decimal): -2517828 or 12358873. OLE color: 12358873.
HSL color Cylindrical-coordinate representation of color #D994BC: hue angle of 325.22º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D994BC is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 188 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.15 |
| HSL | 325.22º | 0.48% | 0.72% | - |
| HSV(B) | 325.22º | 0.32% | 0.85% | - |
| XYZ | 48.28 | 39.56 | 52.67 | - |
| YUV | 173.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 188 | 0 | 0.32 | 0.13 | 0.15 | 325.22 | 0.48 | 0.72 |
| Hex | D9 | 94 | BC | 0 | 20 | D | F | 145 | 30 | 48 |
| Octal | 331 | 224 | 274 | 0 | 40 | 15 | 17 | 505 | 60 | 110 |
| Binary | 11011001 | 10010100 | 10111100 | 0 | 100000 | 1101 | 1111 | 101000101 | 110000 | 1001000 |
Color Harmonies of #D994BC
Complementary color
Monochromatic Colors of #D994BC
Black with #D994BC
Text Example
Text Example
White with #D994BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994BC; }
p { color: rgb(217,148,188); }
H1.HeaderClassName
{
color: #D994BC;
}
.AnyTagClassName
{
color: #D994BC;
}
</style>
background-color css
<style>
a { background-color: #D994BC; }
a { background-color: rgb(217,148,188); }
div.DivClassName
{
background-color: #D994BC;
}
.BgClassName
{
background-color: #D994BC;
}
</style>
border-color css
<style>
span { border-color: #D994BC; }
span { border-color: rgb(217,148,188); }
td.TdClassName
{
border-color: #D994BC;
}
.TagClassName
{
border-color: #D994BC;
}
</style>