Shades of Shocking #D793C5
Tints of Shocking #D793C5
RGB
CMYK
RGB Variations
Color information
#D793C5 (or 0xD793C5) is known color: Shocking. HEX triplet: D7, 93 and C5. RGB value is (215,147,197). Sum of RGB (Red+Green+Blue) = 215+147+197=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D793C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793C5 is #286C3A. Grayscale: #ACACAC. Windows color (decimal): -2649147 or 12948439. OLE color: 12948439.
HSL color Cylindrical-coordinate representation of color #D793C5: hue angle of 315.88º 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 #D793C5 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 197 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.16 |
| HSL | 315.88º | 0.46% | 0.71% | - |
| HSV(B) | 315.88º | 0.32% | 0.84% | - |
| XYZ | 48.54 | 39.35 | 57.86 | - |
| YUV | 173.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 197 | 0 | 0.32 | 0.08 | 0.16 | 315.88 | 0.46 | 0.71 |
| Hex | D7 | 93 | C5 | 0 | 20 | 8 | 10 | 13C | 2E | 47 |
| Octal | 327 | 223 | 305 | 0 | 40 | 10 | 20 | 474 | 56 | 107 |
| Binary | 11010111 | 10010011 | 11000101 | 0 | 100000 | 1000 | 10000 | 100111100 | 101110 | 1000111 |
Color Harmonies of #D793C5
Complementary color
Monochromatic Colors of #D793C5
Black with #D793C5
Text Example
Text Example
White with #D793C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793C5; }
p { color: rgb(215,147,197); }
H1.HeaderClassName
{
color: #D793C5;
}
.AnyTagClassName
{
color: #D793C5;
}
</style>
background-color css
<style>
a { background-color: #D793C5; }
a { background-color: rgb(215,147,197); }
div.DivClassName
{
background-color: #D793C5;
}
.BgClassName
{
background-color: #D793C5;
}
</style>
border-color css
<style>
span { border-color: #D793C5; }
span { border-color: rgb(215,147,197); }
td.TdClassName
{
border-color: #D793C5;
}
.TagClassName
{
border-color: #D793C5;
}
</style>