Shades of Shocking #D585BC
Tints of Shocking #D585BC
RGB
CMYK
RGB Variations
Color information
#D585BC (or 0xD585BC) is known color: Shocking. HEX triplet: D5, 85 and BC. RGB value is (213,133,188). Sum of RGB (Red+Green+Blue) = 213+133+188=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D585BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D585BC is #2A7A43. Grayscale: #A3A3A3. Windows color (decimal): -2783812 or 12355029. OLE color: 12355029.
HSL color Cylindrical-coordinate representation of color #D585BC: hue angle of 318.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 #D585BC is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 188 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.16 |
| HSL | 318.75º | 0.49% | 0.68% | - |
| HSV(B) | 318.75º | 0.38% | 0.84% | - |
| XYZ | 44.91 | 34.55 | 51.88 | - |
| YUV | 163.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 188 | 0 | 0.38 | 0.12 | 0.16 | 318.75 | 0.49 | 0.68 |
| Hex | D5 | 85 | BC | 0 | 26 | C | 10 | 13F | 31 | 44 |
| Octal | 325 | 205 | 274 | 0 | 46 | 14 | 20 | 477 | 61 | 104 |
| Binary | 11010101 | 10000101 | 10111100 | 0 | 100110 | 1100 | 10000 | 100111111 | 110001 | 1000100 |
Color Harmonies of #D585BC
Complementary color
Monochromatic Colors of #D585BC
Black with #D585BC
Text Example
Text Example
White with #D585BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585BC; }
p { color: rgb(213,133,188); }
H1.HeaderClassName
{
color: #D585BC;
}
.AnyTagClassName
{
color: #D585BC;
}
</style>
background-color css
<style>
a { background-color: #D585BC; }
a { background-color: rgb(213,133,188); }
div.DivClassName
{
background-color: #D585BC;
}
.BgClassName
{
background-color: #D585BC;
}
</style>
border-color css
<style>
span { border-color: #D585BC; }
span { border-color: rgb(213,133,188); }
td.TdClassName
{
border-color: #D585BC;
}
.TagClassName
{
border-color: #D585BC;
}
</style>