Shades of Shocking #D586C0
Tints of Shocking #D586C0
RGB
CMYK
RGB Variations
Color information
#D586C0 (or 0xD586C0) is known color: Shocking. HEX triplet: D5, 86 and C0. RGB value is (213,134,192). Sum of RGB (Red+Green+Blue) = 213+134+192=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D586C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586C0 is #2A793F. Grayscale: #A4A4A4. Windows color (decimal): -2783552 or 12617429. OLE color: 12617429.
HSL color Cylindrical-coordinate representation of color #D586C0: hue angle of 315.95º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D586C0 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 192 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.16 |
| HSL | 315.95º | 0.48% | 0.68% | - |
| HSV(B) | 315.95º | 0.37% | 0.84% | - |
| XYZ | 45.48 | 35 | 54.23 | - |
| YUV | 164.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 192 | 0 | 0.37 | 0.10 | 0.16 | 315.95 | 0.48 | 0.68 |
| Hex | D5 | 86 | C0 | 0 | 25 | A | 10 | 13C | 30 | 44 |
| Octal | 325 | 206 | 300 | 0 | 45 | 12 | 20 | 474 | 60 | 104 |
| Binary | 11010101 | 10000110 | 11000000 | 0 | 100101 | 1010 | 10000 | 100111100 | 110000 | 1000100 |
Color Harmonies of #D586C0
Complementary color
Monochromatic Colors of #D586C0
Black with #D586C0
Text Example
Text Example
White with #D586C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D586C0; }
p { color: rgb(213,134,192); }
H1.HeaderClassName
{
color: #D586C0;
}
.AnyTagClassName
{
color: #D586C0;
}
</style>
background-color css
<style>
a { background-color: #D586C0; }
a { background-color: rgb(213,134,192); }
div.DivClassName
{
background-color: #D586C0;
}
.BgClassName
{
background-color: #D586C0;
}
</style>
border-color css
<style>
span { border-color: #D586C0; }
span { border-color: rgb(213,134,192); }
td.TdClassName
{
border-color: #D586C0;
}
.TagClassName
{
border-color: #D586C0;
}
</style>