Shades of Shocking #D793BA
Tints of Shocking #D793BA
RGB
CMYK
RGB Variations
Color information
#D793BA (or 0xD793BA) is known color: Shocking. HEX triplet: D7, 93 and BA. RGB value is (215,147,186). Sum of RGB (Red+Green+Blue) = 215+147+186=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D793BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793BA is #286C45. Grayscale: #ABABAB. Windows color (decimal): -2649158 or 12227543. OLE color: 12227543.
HSL color Cylindrical-coordinate representation of color #D793BA: hue angle of 325.59º 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 #D793BA is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 186 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.16 |
| HSL | 325.59º | 0.46% | 0.71% | - |
| HSV(B) | 325.59º | 0.32% | 0.84% | - |
| XYZ | 47.32 | 38.86 | 51.46 | - |
| YUV | 171.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 186 | 0 | 0.32 | 0.13 | 0.16 | 325.59 | 0.46 | 0.71 |
| Hex | D7 | 93 | BA | 0 | 20 | D | 10 | 146 | 2E | 47 |
| Octal | 327 | 223 | 272 | 0 | 40 | 15 | 20 | 506 | 56 | 107 |
| Binary | 11010111 | 10010011 | 10111010 | 0 | 100000 | 1101 | 10000 | 101000110 | 101110 | 1000111 |
Color Harmonies of #D793BA
Complementary color
Monochromatic Colors of #D793BA
Black with #D793BA
Text Example
Text Example
White with #D793BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793BA; }
p { color: rgb(215,147,186); }
H1.HeaderClassName
{
color: #D793BA;
}
.AnyTagClassName
{
color: #D793BA;
}
</style>
background-color css
<style>
a { background-color: #D793BA; }
a { background-color: rgb(215,147,186); }
div.DivClassName
{
background-color: #D793BA;
}
.BgClassName
{
background-color: #D793BA;
}
</style>
border-color css
<style>
span { border-color: #D793BA; }
span { border-color: rgb(215,147,186); }
td.TdClassName
{
border-color: #D793BA;
}
.TagClassName
{
border-color: #D793BA;
}
</style>