Shades of Shocking #D784BA
Tints of Shocking #D784BA
RGB
CMYK
RGB Variations
Color information
#D784BA (or 0xD784BA) is known color: Shocking. HEX triplet: D7, 84 and BA. RGB value is (215,132,186). Sum of RGB (Red+Green+Blue) = 215+132+186=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D784BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784BA is #287B45. Grayscale: #A2A2A2. Windows color (decimal): -2652998 or 12223703. OLE color: 12223703.
HSL color Cylindrical-coordinate representation of color #D784BA: hue angle of 320.96º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D784BA is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 186 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.16 |
| HSL | 320.96º | 0.51% | 0.68% | - |
| HSV(B) | 320.96º | 0.39% | 0.84% | - |
| XYZ | 45.14 | 34.49 | 50.73 | - |
| YUV | 162.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 186 | 0 | 0.39 | 0.13 | 0.16 | 320.96 | 0.51 | 0.68 |
| Hex | D7 | 84 | BA | 0 | 27 | D | 10 | 141 | 33 | 44 |
| Octal | 327 | 204 | 272 | 0 | 47 | 15 | 20 | 501 | 63 | 104 |
| Binary | 11010111 | 10000100 | 10111010 | 0 | 100111 | 1101 | 10000 | 101000001 | 110011 | 1000100 |
Color Harmonies of #D784BA
Complementary color
Monochromatic Colors of #D784BA
Black with #D784BA
Text Example
Text Example
White with #D784BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784BA; }
p { color: rgb(215,132,186); }
H1.HeaderClassName
{
color: #D784BA;
}
.AnyTagClassName
{
color: #D784BA;
}
</style>
background-color css
<style>
a { background-color: #D784BA; }
a { background-color: rgb(215,132,186); }
div.DivClassName
{
background-color: #D784BA;
}
.BgClassName
{
background-color: #D784BA;
}
</style>
border-color css
<style>
span { border-color: #D784BA; }
span { border-color: rgb(215,132,186); }
td.TdClassName
{
border-color: #D784BA;
}
.TagClassName
{
border-color: #D784BA;
}
</style>