Shades of Shocking #D990BC
Tints of Shocking #D990BC
RGB
CMYK
RGB Variations
Color information
#D990BC (or 0xD990BC) is known color: Shocking. HEX triplet: D9, 90 and BC. RGB value is (217,144,188). Sum of RGB (Red+Green+Blue) = 217+144+188=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D990BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990BC is #266F43. Grayscale: #AAAAAA. Windows color (decimal): -2518852 or 12357849. OLE color: 12357849.
HSL color Cylindrical-coordinate representation of color #D990BC: hue angle of 323.84º 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 #D990BC is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 188 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.15 |
| HSL | 323.84º | 0.49% | 0.71% | - |
| HSV(B) | 323.84º | 0.34% | 0.85% | - |
| XYZ | 47.67 | 38.33 | 52.46 | - |
| YUV | 170.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 188 | 0 | 0.34 | 0.13 | 0.15 | 323.84 | 0.49 | 0.71 |
| Hex | D9 | 90 | BC | 0 | 22 | D | F | 144 | 31 | 47 |
| Octal | 331 | 220 | 274 | 0 | 42 | 15 | 17 | 504 | 61 | 107 |
| Binary | 11011001 | 10010000 | 10111100 | 0 | 100010 | 1101 | 1111 | 101000100 | 110001 | 1000111 |
Color Harmonies of #D990BC
Complementary color
Monochromatic Colors of #D990BC
Black with #D990BC
Text Example
Text Example
White with #D990BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D990BC; }
p { color: rgb(217,144,188); }
H1.HeaderClassName
{
color: #D990BC;
}
.AnyTagClassName
{
color: #D990BC;
}
</style>
background-color css
<style>
a { background-color: #D990BC; }
a { background-color: rgb(217,144,188); }
div.DivClassName
{
background-color: #D990BC;
}
.BgClassName
{
background-color: #D990BC;
}
</style>
border-color css
<style>
span { border-color: #D990BC; }
span { border-color: rgb(217,144,188); }
td.TdClassName
{
border-color: #D990BC;
}
.TagClassName
{
border-color: #D990BC;
}
</style>