Shades of Shocking #D584BE
Tints of Shocking #D584BE
RGB
CMYK
RGB Variations
Color information
#D584BE (or 0xD584BE) is known color: Shocking. HEX triplet: D5, 84 and BE. RGB value is (213,132,190). Sum of RGB (Red+Green+Blue) = 213+132+190=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D584BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584BE is #2A7B41. Grayscale: #A2A2A2. Windows color (decimal): -2784066 or 12485845. OLE color: 12485845.
HSL color Cylindrical-coordinate representation of color #D584BE: hue angle of 317.04º 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 #D584BE is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 190 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.16 |
| HSL | 317.04º | 0.49% | 0.68% | - |
| HSV(B) | 317.04º | 0.38% | 0.84% | - |
| XYZ | 44.99 | 34.37 | 52.98 | - |
| YUV | 162.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 190 | 0 | 0.38 | 0.11 | 0.16 | 317.04 | 0.49 | 0.68 |
| Hex | D5 | 84 | BE | 0 | 26 | B | 10 | 13D | 31 | 44 |
| Octal | 325 | 204 | 276 | 0 | 46 | 13 | 20 | 475 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10111110 | 0 | 100110 | 1011 | 10000 | 100111101 | 110001 | 1000100 |
Color Harmonies of #D584BE
Complementary color
Monochromatic Colors of #D584BE
Black with #D584BE
Text Example
Text Example
White with #D584BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584BE; }
p { color: rgb(213,132,190); }
H1.HeaderClassName
{
color: #D584BE;
}
.AnyTagClassName
{
color: #D584BE;
}
</style>
background-color css
<style>
a { background-color: #D584BE; }
a { background-color: rgb(213,132,190); }
div.DivClassName
{
background-color: #D584BE;
}
.BgClassName
{
background-color: #D584BE;
}
</style>
border-color css
<style>
span { border-color: #D584BE; }
span { border-color: rgb(213,132,190); }
td.TdClassName
{
border-color: #D584BE;
}
.TagClassName
{
border-color: #D584BE;
}
</style>