Shades of Shocking #D585B8
Tints of Shocking #D585B8
RGB
CMYK
RGB Variations
Color information
#D585B8 (or 0xD585B8) is known color: Shocking. HEX triplet: D5, 85 and B8. RGB value is (213,133,184). Sum of RGB (Red+Green+Blue) = 213+133+184=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D585B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585B8 is #2A7A47. Grayscale: #A2A2A2. Windows color (decimal): -2783816 or 12092885. OLE color: 12092885.
HSL color Cylindrical-coordinate representation of color #D585B8: hue angle of 321.75º 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 #D585B8 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 184 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.16 |
| HSL | 321.75º | 0.49% | 0.68% | - |
| HSV(B) | 321.75º | 0.38% | 0.84% | - |
| XYZ | 44.48 | 34.38 | 49.64 | - |
| YUV | 162.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 184 | 0 | 0.38 | 0.14 | 0.16 | 321.75 | 0.49 | 0.68 |
| Hex | D5 | 85 | B8 | 0 | 26 | E | 10 | 142 | 31 | 44 |
| Octal | 325 | 205 | 270 | 0 | 46 | 16 | 20 | 502 | 61 | 104 |
| Binary | 11010101 | 10000101 | 10111000 | 0 | 100110 | 1110 | 10000 | 101000010 | 110001 | 1000100 |
Color Harmonies of #D585B8
Complementary color
Monochromatic Colors of #D585B8
Black with #D585B8
Text Example
Text Example
White with #D585B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585B8; }
p { color: rgb(213,133,184); }
H1.HeaderClassName
{
color: #D585B8;
}
.AnyTagClassName
{
color: #D585B8;
}
</style>
background-color css
<style>
a { background-color: #D585B8; }
a { background-color: rgb(213,133,184); }
div.DivClassName
{
background-color: #D585B8;
}
.BgClassName
{
background-color: #D585B8;
}
</style>
border-color css
<style>
span { border-color: #D585B8; }
span { border-color: rgb(213,133,184); }
td.TdClassName
{
border-color: #D585B8;
}
.TagClassName
{
border-color: #D585B8;
}
</style>