Shades of Shocking #D586BE
Tints of Shocking #D586BE
RGB
CMYK
RGB Variations
Color information
#D586BE (or 0xD586BE) is known color: Shocking. HEX triplet: D5, 86 and BE. RGB value is (213,134,190). Sum of RGB (Red+Green+Blue) = 213+134+190=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D586BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586BE is #2A7941. Grayscale: #A3A3A3. Windows color (decimal): -2783554 or 12486357. OLE color: 12486357.
HSL color Cylindrical-coordinate representation of color #D586BE: hue angle of 317.47º 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 #D586BE is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 190 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.16 |
| HSL | 317.47º | 0.48% | 0.68% | - |
| HSV(B) | 317.47º | 0.37% | 0.84% | - |
| XYZ | 45.26 | 34.91 | 53.07 | - |
| YUV | 164.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 190 | 0 | 0.37 | 0.11 | 0.16 | 317.47 | 0.48 | 0.68 |
| Hex | D5 | 86 | BE | 0 | 25 | B | 10 | 13D | 30 | 44 |
| Octal | 325 | 206 | 276 | 0 | 45 | 13 | 20 | 475 | 60 | 104 |
| Binary | 11010101 | 10000110 | 10111110 | 0 | 100101 | 1011 | 10000 | 100111101 | 110000 | 1000100 |
Color Harmonies of #D586BE
Complementary color
Monochromatic Colors of #D586BE
Black with #D586BE
Text Example
Text Example
White with #D586BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D586BE; }
p { color: rgb(213,134,190); }
H1.HeaderClassName
{
color: #D586BE;
}
.AnyTagClassName
{
color: #D586BE;
}
</style>
background-color css
<style>
a { background-color: #D586BE; }
a { background-color: rgb(213,134,190); }
div.DivClassName
{
background-color: #D586BE;
}
.BgClassName
{
background-color: #D586BE;
}
</style>
border-color css
<style>
span { border-color: #D586BE; }
span { border-color: rgb(213,134,190); }
td.TdClassName
{
border-color: #D586BE;
}
.TagClassName
{
border-color: #D586BE;
}
</style>