Shades of Shocking #D985B5
Tints of Shocking #D985B5
RGB
CMYK
RGB Variations
Color information
#D985B5 (or 0xD985B5) is known color: Shocking. HEX triplet: D9, 85 and B5. RGB value is (217,133,181). Sum of RGB (Red+Green+Blue) = 217+133+181=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D985B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985B5 is #267A4A. Grayscale: #A3A3A3. Windows color (decimal): -2521675 or 11896281. OLE color: 11896281.
HSL color Cylindrical-coordinate representation of color #D985B5: hue angle of 325.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 #D985B5 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 181 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.15 |
| HSL | 325.71º | 0.53% | 0.69% | - |
| HSV(B) | 325.71º | 0.39% | 0.85% | - |
| XYZ | 45.34 | 34.86 | 48.06 | - |
| YUV | 163.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 181 | 0 | 0.39 | 0.17 | 0.15 | 325.71 | 0.53 | 0.69 |
| Hex | D9 | 85 | B5 | 0 | 27 | 11 | F | 146 | 34 | 45 |
| Octal | 331 | 205 | 265 | 0 | 47 | 21 | 17 | 506 | 64 | 105 |
| Binary | 11011001 | 10000101 | 10110101 | 0 | 100111 | 10001 | 1111 | 101000110 | 110100 | 1000101 |
Color Harmonies of #D985B5
Complementary color
Monochromatic Colors of #D985B5
Black with #D985B5
Text Example
Text Example
White with #D985B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985B5; }
p { color: rgb(217,133,181); }
H1.HeaderClassName
{
color: #D985B5;
}
.AnyTagClassName
{
color: #D985B5;
}
</style>
background-color css
<style>
a { background-color: #D985B5; }
a { background-color: rgb(217,133,181); }
div.DivClassName
{
background-color: #D985B5;
}
.BgClassName
{
background-color: #D985B5;
}
</style>
border-color css
<style>
span { border-color: #D985B5; }
span { border-color: rgb(217,133,181); }
td.TdClassName
{
border-color: #D985B5;
}
.TagClassName
{
border-color: #D985B5;
}
</style>