Shades of Shocking #D793C0
Tints of Shocking #D793C0
RGB
CMYK
RGB Variations
Color information
#D793C0 (or 0xD793C0) is known color: Shocking. HEX triplet: D7, 93 and C0. RGB value is (215,147,192). Sum of RGB (Red+Green+Blue) = 215+147+192=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D793C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793C0 is #286C3F. Grayscale: #ACACAC. Windows color (decimal): -2649152 or 12620759. OLE color: 12620759.
HSL color Cylindrical-coordinate representation of color #D793C0: hue angle of 320.29º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D793C0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 192 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.16 |
| HSL | 320.29º | 0.46% | 0.71% | - |
| HSV(B) | 320.29º | 0.32% | 0.84% | - |
| XYZ | 47.97 | 39.12 | 54.89 | - |
| YUV | 172.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 192 | 0 | 0.32 | 0.11 | 0.16 | 320.29 | 0.46 | 0.71 |
| Hex | D7 | 93 | C0 | 0 | 20 | B | 10 | 140 | 2E | 47 |
| Octal | 327 | 223 | 300 | 0 | 40 | 13 | 20 | 500 | 56 | 107 |
| Binary | 11010111 | 10010011 | 11000000 | 0 | 100000 | 1011 | 10000 | 101000000 | 101110 | 1000111 |
Color Harmonies of #D793C0
Complementary color
Monochromatic Colors of #D793C0
Black with #D793C0
Text Example
Text Example
White with #D793C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793C0; }
p { color: rgb(215,147,192); }
H1.HeaderClassName
{
color: #D793C0;
}
.AnyTagClassName
{
color: #D793C0;
}
</style>
background-color css
<style>
a { background-color: #D793C0; }
a { background-color: rgb(215,147,192); }
div.DivClassName
{
background-color: #D793C0;
}
.BgClassName
{
background-color: #D793C0;
}
</style>
border-color css
<style>
span { border-color: #D793C0; }
span { border-color: rgb(215,147,192); }
td.TdClassName
{
border-color: #D793C0;
}
.TagClassName
{
border-color: #D793C0;
}
</style>