Shades of Shocking #D994C5
Tints of Shocking #D994C5
RGB
CMYK
RGB Variations
Color information
#D994C5 (or 0xD994C5) is known color: Shocking. HEX triplet: D9, 94 and C5. RGB value is (217,148,197). Sum of RGB (Red+Green+Blue) = 217+148+197=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D994C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994C5 is #266B3A. Grayscale: #AEAEAE. Windows color (decimal): -2517819 or 12948697. OLE color: 12948697.
HSL color Cylindrical-coordinate representation of color #D994C5: hue angle of 317.39º 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 #D994C5 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 197 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.15 |
| HSL | 317.39º | 0.48% | 0.72% | - |
| HSV(B) | 317.39º | 0.32% | 0.85% | - |
| XYZ | 49.28 | 39.96 | 57.94 | - |
| YUV | 174.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 197 | 0 | 0.32 | 0.09 | 0.15 | 317.39 | 0.48 | 0.72 |
| Hex | D9 | 94 | C5 | 0 | 20 | 9 | F | 13D | 30 | 48 |
| Octal | 331 | 224 | 305 | 0 | 40 | 11 | 17 | 475 | 60 | 110 |
| Binary | 11011001 | 10010100 | 11000101 | 0 | 100000 | 1001 | 1111 | 100111101 | 110000 | 1001000 |
Color Harmonies of #D994C5
Complementary color
Monochromatic Colors of #D994C5
Black with #D994C5
Text Example
Text Example
White with #D994C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994C5; }
p { color: rgb(217,148,197); }
H1.HeaderClassName
{
color: #D994C5;
}
.AnyTagClassName
{
color: #D994C5;
}
</style>
background-color css
<style>
a { background-color: #D994C5; }
a { background-color: rgb(217,148,197); }
div.DivClassName
{
background-color: #D994C5;
}
.BgClassName
{
background-color: #D994C5;
}
</style>
border-color css
<style>
span { border-color: #D994C5; }
span { border-color: rgb(217,148,197); }
td.TdClassName
{
border-color: #D994C5;
}
.TagClassName
{
border-color: #D994C5;
}
</style>