Shades of Shocking #D990C0
Tints of Shocking #D990C0
RGB
CMYK
RGB Variations
Color information
#D990C0 (or 0xD990C0) is known color: Shocking. HEX triplet: D9, 90 and C0. RGB value is (217,144,192). Sum of RGB (Red+Green+Blue) = 217+144+192=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D990C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990C0 is #266F3F. Grayscale: #ABABAB. Windows color (decimal): -2518848 or 12619993. OLE color: 12619993.
HSL color Cylindrical-coordinate representation of color #D990C0: hue angle of 320.55º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D990C0 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 192 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.15 |
| HSL | 320.55º | 0.49% | 0.71% | - |
| HSV(B) | 320.55º | 0.34% | 0.85% | - |
| XYZ | 48.1 | 38.5 | 54.77 | - |
| YUV | 171.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 192 | 0 | 0.34 | 0.12 | 0.15 | 320.55 | 0.49 | 0.71 |
| Hex | D9 | 90 | C0 | 0 | 22 | C | F | 141 | 31 | 47 |
| Octal | 331 | 220 | 300 | 0 | 42 | 14 | 17 | 501 | 61 | 107 |
| Binary | 11011001 | 10010000 | 11000000 | 0 | 100010 | 1100 | 1111 | 101000001 | 110001 | 1000111 |
Color Harmonies of #D990C0
Complementary color
Monochromatic Colors of #D990C0
Black with #D990C0
Text Example
Text Example
White with #D990C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D990C0; }
p { color: rgb(217,144,192); }
H1.HeaderClassName
{
color: #D990C0;
}
.AnyTagClassName
{
color: #D990C0;
}
</style>
background-color css
<style>
a { background-color: #D990C0; }
a { background-color: rgb(217,144,192); }
div.DivClassName
{
background-color: #D990C0;
}
.BgClassName
{
background-color: #D990C0;
}
</style>
border-color css
<style>
span { border-color: #D990C0; }
span { border-color: rgb(217,144,192); }
td.TdClassName
{
border-color: #D990C0;
}
.TagClassName
{
border-color: #D990C0;
}
</style>