Shades of Shocking #D788C0
Tints of Shocking #D788C0
RGB
CMYK
RGB Variations
Color information
#D788C0 (or 0xD788C0) is known color: Shocking. HEX triplet: D7, 88 and C0. RGB value is (215,136,192). Sum of RGB (Red+Green+Blue) = 215+136+192=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D788C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D788C0 is #28773F. Grayscale: #A5A5A5. Windows color (decimal): -2651968 or 12617943. OLE color: 12617943.
HSL color Cylindrical-coordinate representation of color #D788C0: hue angle of 317.47º 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 #D788C0 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 136 | 192 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.16 |
| HSL | 317.47º | 0.5% | 0.69% | - |
| HSV(B) | 317.47º | 0.37% | 0.84% | - |
| XYZ | 46.34 | 35.86 | 54.35 | - |
| YUV | 166.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 136 | 192 | 0 | 0.37 | 0.11 | 0.16 | 317.47 | 0.5 | 0.69 |
| Hex | D7 | 88 | C0 | 0 | 25 | B | 10 | 13D | 32 | 45 |
| Octal | 327 | 210 | 300 | 0 | 45 | 13 | 20 | 475 | 62 | 105 |
| Binary | 11010111 | 10001000 | 11000000 | 0 | 100101 | 1011 | 10000 | 100111101 | 110010 | 1000101 |
Color Harmonies of #D788C0
Complementary color
Monochromatic Colors of #D788C0
Black with #D788C0
Text Example
Text Example
White with #D788C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D788C0; }
p { color: rgb(215,136,192); }
H1.HeaderClassName
{
color: #D788C0;
}
.AnyTagClassName
{
color: #D788C0;
}
</style>
background-color css
<style>
a { background-color: #D788C0; }
a { background-color: rgb(215,136,192); }
div.DivClassName
{
background-color: #D788C0;
}
.BgClassName
{
background-color: #D788C0;
}
</style>
border-color css
<style>
span { border-color: #D788C0; }
span { border-color: rgb(215,136,192); }
td.TdClassName
{
border-color: #D788C0;
}
.TagClassName
{
border-color: #D788C0;
}
</style>