Shades of Shocking #D985BC
Tints of Shocking #D985BC
RGB
CMYK
RGB Variations
Color information
#D985BC (or 0xD985BC) is known color: Shocking. HEX triplet: D9, 85 and BC. RGB value is (217,133,188). Sum of RGB (Red+Green+Blue) = 217+133+188=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D985BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985BC is #267A43. Grayscale: #A4A4A4. Windows color (decimal): -2521668 or 12355033. OLE color: 12355033.
HSL color Cylindrical-coordinate representation of color #D985BC: hue angle of 320.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985BC is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 188 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.15 |
| HSL | 320.71º | 0.53% | 0.69% | - |
| HSV(B) | 320.71º | 0.39% | 0.85% | - |
| XYZ | 46.08 | 35.16 | 51.93 | - |
| YUV | 164.39 | 141.33 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 188 | 0 | 0.39 | 0.13 | 0.15 | 320.71 | 0.53 | 0.69 |
| Hex | D9 | 85 | BC | 0 | 27 | D | F | 141 | 34 | 45 |
| Octal | 331 | 205 | 274 | 0 | 47 | 15 | 17 | 501 | 64 | 105 |
| Binary | 11011001 | 10000101 | 10111100 | 0 | 100111 | 1101 | 1111 | 101000001 | 110100 | 1000101 |
Color Harmonies of #D985BC
Complementary color
Monochromatic Colors of #D985BC
Black with #D985BC
Text Example
Text Example
White with #D985BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985BC; }
p { color: rgb(217,133,188); }
H1.HeaderClassName
{
color: #D985BC;
}
.AnyTagClassName
{
color: #D985BC;
}
</style>
background-color css
<style>
a { background-color: #D985BC; }
a { background-color: rgb(217,133,188); }
div.DivClassName
{
background-color: #D985BC;
}
.BgClassName
{
background-color: #D985BC;
}
</style>
border-color css
<style>
span { border-color: #D985BC; }
span { border-color: rgb(217,133,188); }
td.TdClassName
{
border-color: #D985BC;
}
.TagClassName
{
border-color: #D985BC;
}
</style>