Shades of Shocking #D985BA
Tints of Shocking #D985BA
RGB
CMYK
RGB Variations
Color information
#D985BA (or 0xD985BA) is known color: Shocking. HEX triplet: D9, 85 and BA. RGB value is (217,133,186). Sum of RGB (Red+Green+Blue) = 217+133+186=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D985BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985BA is #267A45. Grayscale: #A4A4A4. Windows color (decimal): -2521670 or 12223961. OLE color: 12223961.
HSL color Cylindrical-coordinate representation of color #D985BA: hue angle of 322.14º 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 #D985BA is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 186 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.15 |
| HSL | 322.14º | 0.53% | 0.69% | - |
| HSV(B) | 322.14º | 0.39% | 0.85% | - |
| XYZ | 45.87 | 35.07 | 50.81 | - |
| YUV | 164.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 186 | 0 | 0.39 | 0.14 | 0.15 | 322.14 | 0.53 | 0.69 |
| Hex | D9 | 85 | BA | 0 | 27 | E | F | 142 | 34 | 45 |
| Octal | 331 | 205 | 272 | 0 | 47 | 16 | 17 | 502 | 64 | 105 |
| Binary | 11011001 | 10000101 | 10111010 | 0 | 100111 | 1110 | 1111 | 101000010 | 110100 | 1000101 |
Color Harmonies of #D985BA
Complementary color
Monochromatic Colors of #D985BA
Black with #D985BA
Text Example
Text Example
White with #D985BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985BA; }
p { color: rgb(217,133,186); }
H1.HeaderClassName
{
color: #D985BA;
}
.AnyTagClassName
{
color: #D985BA;
}
</style>
background-color css
<style>
a { background-color: #D985BA; }
a { background-color: rgb(217,133,186); }
div.DivClassName
{
background-color: #D985BA;
}
.BgClassName
{
background-color: #D985BA;
}
</style>
border-color css
<style>
span { border-color: #D985BA; }
span { border-color: rgb(217,133,186); }
td.TdClassName
{
border-color: #D985BA;
}
.TagClassName
{
border-color: #D985BA;
}
</style>