Shades of Shocking #D985BB
Tints of Shocking #D985BB
RGB
CMYK
RGB Variations
Color information
#D985BB (or 0xD985BB) is known color: Shocking. HEX triplet: D9, 85 and BB. RGB value is (217,133,187). Sum of RGB (Red+Green+Blue) = 217+133+187=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D985BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985BB is #267A44. Grayscale: #A4A4A4. Windows color (decimal): -2521669 or 12289497. OLE color: 12289497.
HSL color Cylindrical-coordinate representation of color #D985BB: hue angle of 321.43º 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 #D985BB is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 187 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.15 |
| HSL | 321.43º | 0.53% | 0.69% | - |
| HSV(B) | 321.43º | 0.39% | 0.85% | - |
| XYZ | 45.97 | 35.11 | 51.37 | - |
| YUV | 164.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 187 | 0 | 0.39 | 0.14 | 0.15 | 321.43 | 0.53 | 0.69 |
| Hex | D9 | 85 | BB | 0 | 27 | E | F | 141 | 34 | 45 |
| Octal | 331 | 205 | 273 | 0 | 47 | 16 | 17 | 501 | 64 | 105 |
| Binary | 11011001 | 10000101 | 10111011 | 0 | 100111 | 1110 | 1111 | 101000001 | 110100 | 1000101 |
Color Harmonies of #D985BB
Complementary color
Monochromatic Colors of #D985BB
Black with #D985BB
Text Example
Text Example
White with #D985BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985BB; }
p { color: rgb(217,133,187); }
H1.HeaderClassName
{
color: #D985BB;
}
.AnyTagClassName
{
color: #D985BB;
}
</style>
background-color css
<style>
a { background-color: #D985BB; }
a { background-color: rgb(217,133,187); }
div.DivClassName
{
background-color: #D985BB;
}
.BgClassName
{
background-color: #D985BB;
}
</style>
border-color css
<style>
span { border-color: #D985BB; }
span { border-color: rgb(217,133,187); }
td.TdClassName
{
border-color: #D985BB;
}
.TagClassName
{
border-color: #D985BB;
}
</style>