Shades of Shocking #D584BA
Tints of Shocking #D584BA
RGB
CMYK
RGB Variations
Color information
#D584BA (or 0xD584BA) is known color: Shocking. HEX triplet: D5, 84 and BA. RGB value is (213,132,186). Sum of RGB (Red+Green+Blue) = 213+132+186=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D584BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D584BA is #2A7B45. Grayscale: #A2A2A2. Windows color (decimal): -2784070 or 12223701. OLE color: 12223701.
HSL color Cylindrical-coordinate representation of color #D584BA: hue angle of 320º 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 #D584BA is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 186 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.16 |
| HSL | 320º | 0.49% | 0.68% | - |
| HSV(B) | 320º | 0.38% | 0.84% | - |
| XYZ | 44.55 | 34.19 | 50.71 | - |
| YUV | 162.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 186 | 0 | 0.38 | 0.13 | 0.16 | 320 | 0.49 | 0.68 |
| Hex | D5 | 84 | BA | 0 | 26 | D | 10 | 140 | 31 | 44 |
| Octal | 325 | 204 | 272 | 0 | 46 | 15 | 20 | 500 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10111010 | 0 | 100110 | 1101 | 10000 | 101000000 | 110001 | 1000100 |
Color Harmonies of #D584BA
Complementary color
Monochromatic Colors of #D584BA
Black with #D584BA
Text Example
Text Example
White with #D584BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D584BA; }
p { color: rgb(213,132,186); }
H1.HeaderClassName
{
color: #D584BA;
}
.AnyTagClassName
{
color: #D584BA;
}
</style>
background-color css
<style>
a { background-color: #D584BA; }
a { background-color: rgb(213,132,186); }
div.DivClassName
{
background-color: #D584BA;
}
.BgClassName
{
background-color: #D584BA;
}
</style>
border-color css
<style>
span { border-color: #D584BA; }
span { border-color: rgb(213,132,186); }
td.TdClassName
{
border-color: #D584BA;
}
.TagClassName
{
border-color: #D584BA;
}
</style>