Shades of Shocking #D985B8
Tints of Shocking #D985B8
RGB
CMYK
RGB Variations
Color information
#D985B8 (or 0xD985B8) is known color: Shocking. HEX triplet: D9, 85 and B8. RGB value is (217,133,184). Sum of RGB (Red+Green+Blue) = 217+133+184=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D985B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985B8 is #267A47. Grayscale: #A3A3A3. Windows color (decimal): -2521672 or 12092889. OLE color: 12092889.
HSL color Cylindrical-coordinate representation of color #D985B8: hue angle of 323.57º 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 #D985B8 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 184 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.15 |
| HSL | 323.57º | 0.53% | 0.69% | - |
| HSV(B) | 323.57º | 0.39% | 0.85% | - |
| XYZ | 45.65 | 34.99 | 49.69 | - |
| YUV | 163.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 184 | 0 | 0.39 | 0.15 | 0.15 | 323.57 | 0.53 | 0.69 |
| Hex | D9 | 85 | B8 | 0 | 27 | F | F | 144 | 34 | 45 |
| Octal | 331 | 205 | 270 | 0 | 47 | 17 | 17 | 504 | 64 | 105 |
| Binary | 11011001 | 10000101 | 10111000 | 0 | 100111 | 1111 | 1111 | 101000100 | 110100 | 1000101 |
Color Harmonies of #D985B8
Complementary color
Monochromatic Colors of #D985B8
Black with #D985B8
Text Example
Text Example
White with #D985B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985B8; }
p { color: rgb(217,133,184); }
H1.HeaderClassName
{
color: #D985B8;
}
.AnyTagClassName
{
color: #D985B8;
}
</style>
background-color css
<style>
a { background-color: #D985B8; }
a { background-color: rgb(217,133,184); }
div.DivClassName
{
background-color: #D985B8;
}
.BgClassName
{
background-color: #D985B8;
}
</style>
border-color css
<style>
span { border-color: #D985B8; }
span { border-color: rgb(217,133,184); }
td.TdClassName
{
border-color: #D985B8;
}
.TagClassName
{
border-color: #D985B8;
}
</style>