Shades of Shocking #D793C1
Tints of Shocking #D793C1
RGB
CMYK
RGB Variations
Color information
#D793C1 (or 0xD793C1) is known color: Shocking. HEX triplet: D7, 93 and C1. RGB value is (215,147,193). Sum of RGB (Red+Green+Blue) = 215+147+193=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D793C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793C1 is #286C3E. Grayscale: #ACACAC. Windows color (decimal): -2649151 or 12686295. OLE color: 12686295.
HSL color Cylindrical-coordinate representation of color #D793C1: hue angle of 319.41º 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 #D793C1 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 193 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.16 |
| HSL | 319.41º | 0.46% | 0.71% | - |
| HSV(B) | 319.41º | 0.32% | 0.84% | - |
| XYZ | 48.08 | 39.16 | 55.48 | - |
| YUV | 172.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 193 | 0 | 0.32 | 0.10 | 0.16 | 319.41 | 0.46 | 0.71 |
| Hex | D7 | 93 | C1 | 0 | 20 | A | 10 | 13F | 2E | 47 |
| Octal | 327 | 223 | 301 | 0 | 40 | 12 | 20 | 477 | 56 | 107 |
| Binary | 11010111 | 10010011 | 11000001 | 0 | 100000 | 1010 | 10000 | 100111111 | 101110 | 1000111 |
Color Harmonies of #D793C1
Complementary color
Monochromatic Colors of #D793C1
Black with #D793C1
Text Example
Text Example
White with #D793C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793C1; }
p { color: rgb(215,147,193); }
H1.HeaderClassName
{
color: #D793C1;
}
.AnyTagClassName
{
color: #D793C1;
}
</style>
background-color css
<style>
a { background-color: #D793C1; }
a { background-color: rgb(215,147,193); }
div.DivClassName
{
background-color: #D793C1;
}
.BgClassName
{
background-color: #D793C1;
}
</style>
border-color css
<style>
span { border-color: #D793C1; }
span { border-color: rgb(215,147,193); }
td.TdClassName
{
border-color: #D793C1;
}
.TagClassName
{
border-color: #D793C1;
}
</style>