Shades of Shocking #D585BA
Tints of Shocking #D585BA
RGB
CMYK
RGB Variations
Color information
#D585BA (or 0xD585BA) is known color: Shocking. HEX triplet: D5, 85 and BA. RGB value is (213,133,186). Sum of RGB (Red+Green+Blue) = 213+133+186=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D585BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585BA is #2A7A45. Grayscale: #A2A2A2. Windows color (decimal): -2783814 or 12223957. OLE color: 12223957.
HSL color Cylindrical-coordinate representation of color #D585BA: hue angle of 320.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D585BA is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 186 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.16 |
| HSL | 320.25º | 0.49% | 0.68% | - |
| HSV(B) | 320.25º | 0.38% | 0.84% | - |
| XYZ | 44.69 | 34.47 | 50.75 | - |
| YUV | 162.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 186 | 0 | 0.38 | 0.13 | 0.16 | 320.25 | 0.49 | 0.68 |
| Hex | D5 | 85 | BA | 0 | 26 | D | 10 | 140 | 31 | 44 |
| Octal | 325 | 205 | 272 | 0 | 46 | 15 | 20 | 500 | 61 | 104 |
| Binary | 11010101 | 10000101 | 10111010 | 0 | 100110 | 1101 | 10000 | 101000000 | 110001 | 1000100 |
Color Harmonies of #D585BA
Complementary color
Monochromatic Colors of #D585BA
Black with #D585BA
Text Example
Text Example
White with #D585BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585BA; }
p { color: rgb(213,133,186); }
H1.HeaderClassName
{
color: #D585BA;
}
.AnyTagClassName
{
color: #D585BA;
}
</style>
background-color css
<style>
a { background-color: #D585BA; }
a { background-color: rgb(213,133,186); }
div.DivClassName
{
background-color: #D585BA;
}
.BgClassName
{
background-color: #D585BA;
}
</style>
border-color css
<style>
span { border-color: #D585BA; }
span { border-color: rgb(213,133,186); }
td.TdClassName
{
border-color: #D585BA;
}
.TagClassName
{
border-color: #D585BA;
}
</style>