Shades of Shocking #D784BC
Tints of Shocking #D784BC
RGB
CMYK
RGB Variations
Color information
#D784BC (or 0xD784BC) is known color: Shocking. HEX triplet: D7, 84 and BC. RGB value is (215,132,188). Sum of RGB (Red+Green+Blue) = 215+132+188=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D784BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784BC is #287B43. Grayscale: #A3A3A3. Windows color (decimal): -2652996 or 12354775. OLE color: 12354775.
HSL color Cylindrical-coordinate representation of color #D784BC: hue angle of 319.52º 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 #D784BC is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 188 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.16 |
| HSL | 319.52º | 0.51% | 0.68% | - |
| HSV(B) | 319.52º | 0.39% | 0.84% | - |
| XYZ | 45.35 | 34.58 | 51.86 | - |
| YUV | 163.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 188 | 0 | 0.39 | 0.13 | 0.16 | 319.52 | 0.51 | 0.68 |
| Hex | D7 | 84 | BC | 0 | 27 | D | 10 | 140 | 33 | 44 |
| Octal | 327 | 204 | 274 | 0 | 47 | 15 | 20 | 500 | 63 | 104 |
| Binary | 11010111 | 10000100 | 10111100 | 0 | 100111 | 1101 | 10000 | 101000000 | 110011 | 1000100 |
Color Harmonies of #D784BC
Complementary color
Monochromatic Colors of #D784BC
Black with #D784BC
Text Example
Text Example
White with #D784BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784BC; }
p { color: rgb(215,132,188); }
H1.HeaderClassName
{
color: #D784BC;
}
.AnyTagClassName
{
color: #D784BC;
}
</style>
background-color css
<style>
a { background-color: #D784BC; }
a { background-color: rgb(215,132,188); }
div.DivClassName
{
background-color: #D784BC;
}
.BgClassName
{
background-color: #D784BC;
}
</style>
border-color css
<style>
span { border-color: #D784BC; }
span { border-color: rgb(215,132,188); }
td.TdClassName
{
border-color: #D784BC;
}
.TagClassName
{
border-color: #D784BC;
}
</style>