Shades of Shocking #D784C0
Tints of Shocking #D784C0
RGB
CMYK
RGB Variations
Color information
#D784C0 (or 0xD784C0) is known color: Shocking. HEX triplet: D7, 84 and C0. RGB value is (215,132,192). Sum of RGB (Red+Green+Blue) = 215+132+192=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D784C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784C0 is #287B3F. Grayscale: #A3A3A3. Windows color (decimal): -2652992 or 12616919. OLE color: 12616919.
HSL color Cylindrical-coordinate representation of color #D784C0: hue angle of 316.63º 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 #D784C0 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 192 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.16 |
| HSL | 316.63º | 0.51% | 0.68% | - |
| HSV(B) | 316.63º | 0.39% | 0.84% | - |
| XYZ | 45.79 | 34.76 | 54.16 | - |
| YUV | 163.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 192 | 0 | 0.39 | 0.11 | 0.16 | 316.63 | 0.51 | 0.68 |
| Hex | D7 | 84 | C0 | 0 | 27 | B | 10 | 13D | 33 | 44 |
| Octal | 327 | 204 | 300 | 0 | 47 | 13 | 20 | 475 | 63 | 104 |
| Binary | 11010111 | 10000100 | 11000000 | 0 | 100111 | 1011 | 10000 | 100111101 | 110011 | 1000100 |
Color Harmonies of #D784C0
Complementary color
Monochromatic Colors of #D784C0
Black with #D784C0
Text Example
Text Example
White with #D784C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784C0; }
p { color: rgb(215,132,192); }
H1.HeaderClassName
{
color: #D784C0;
}
.AnyTagClassName
{
color: #D784C0;
}
</style>
background-color css
<style>
a { background-color: #D784C0; }
a { background-color: rgb(215,132,192); }
div.DivClassName
{
background-color: #D784C0;
}
.BgClassName
{
background-color: #D784C0;
}
</style>
border-color css
<style>
span { border-color: #D784C0; }
span { border-color: rgb(215,132,192); }
td.TdClassName
{
border-color: #D784C0;
}
.TagClassName
{
border-color: #D784C0;
}
</style>