Shades of Shocking #D787C0
Tints of Shocking #D787C0
RGB
CMYK
RGB Variations
Color information
#D787C0 (or 0xD787C0) is known color: Shocking. HEX triplet: D7, 87 and C0. RGB value is (215,135,192). Sum of RGB (Red+Green+Blue) = 215+135+192=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D787C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787C0 is #28783F. Grayscale: #A5A5A5. Windows color (decimal): -2652224 or 12617687. OLE color: 12617687.
HSL color Cylindrical-coordinate representation of color #D787C0: hue angle of 317.25º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D787C0 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 192 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.16 |
| HSL | 317.25º | 0.5% | 0.69% | - |
| HSV(B) | 317.25º | 0.37% | 0.84% | - |
| XYZ | 46.2 | 35.58 | 54.3 | - |
| YUV | 165.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 192 | 0 | 0.37 | 0.11 | 0.16 | 317.25 | 0.5 | 0.69 |
| Hex | D7 | 87 | C0 | 0 | 25 | B | 10 | 13D | 32 | 45 |
| Octal | 327 | 207 | 300 | 0 | 45 | 13 | 20 | 475 | 62 | 105 |
| Binary | 11010111 | 10000111 | 11000000 | 0 | 100101 | 1011 | 10000 | 100111101 | 110010 | 1000101 |
Color Harmonies of #D787C0
Complementary color
Monochromatic Colors of #D787C0
Black with #D787C0
Text Example
Text Example
White with #D787C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D787C0; }
p { color: rgb(215,135,192); }
H1.HeaderClassName
{
color: #D787C0;
}
.AnyTagClassName
{
color: #D787C0;
}
</style>
background-color css
<style>
a { background-color: #D787C0; }
a { background-color: rgb(215,135,192); }
div.DivClassName
{
background-color: #D787C0;
}
.BgClassName
{
background-color: #D787C0;
}
</style>
border-color css
<style>
span { border-color: #D787C0; }
span { border-color: rgb(215,135,192); }
td.TdClassName
{
border-color: #D787C0;
}
.TagClassName
{
border-color: #D787C0;
}
</style>