Shades of Shocking #D793B7
Tints of Shocking #D793B7
RGB
CMYK
RGB Variations
Color information
#D793B7 (or 0xD793B7) is known color: Shocking. HEX triplet: D7, 93 and B7. RGB value is (215,147,183). Sum of RGB (Red+Green+Blue) = 215+147+183=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D793B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D793B7 is #286C48. Grayscale: #ABABAB. Windows color (decimal): -2649161 or 12030935. OLE color: 12030935.
HSL color Cylindrical-coordinate representation of color #D793B7: hue angle of 328.24º 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 #D793B7 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 183 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.16 |
| HSL | 328.24º | 0.46% | 0.71% | - |
| HSV(B) | 328.24º | 0.32% | 0.84% | - |
| XYZ | 47.01 | 38.73 | 49.8 | - |
| YUV | 171.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 183 | 0 | 0.32 | 0.15 | 0.16 | 328.24 | 0.46 | 0.71 |
| Hex | D7 | 93 | B7 | 0 | 20 | F | 10 | 148 | 2E | 47 |
| Octal | 327 | 223 | 267 | 0 | 40 | 17 | 20 | 510 | 56 | 107 |
| Binary | 11010111 | 10010011 | 10110111 | 0 | 100000 | 1111 | 10000 | 101001000 | 101110 | 1000111 |
Color Harmonies of #D793B7
Complementary color
Monochromatic Colors of #D793B7
Black with #D793B7
Text Example
Text Example
White with #D793B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793B7; }
p { color: rgb(215,147,183); }
H1.HeaderClassName
{
color: #D793B7;
}
.AnyTagClassName
{
color: #D793B7;
}
</style>
background-color css
<style>
a { background-color: #D793B7; }
a { background-color: rgb(215,147,183); }
div.DivClassName
{
background-color: #D793B7;
}
.BgClassName
{
background-color: #D793B7;
}
</style>
border-color css
<style>
span { border-color: #D793B7; }
span { border-color: rgb(215,147,183); }
td.TdClassName
{
border-color: #D793B7;
}
.TagClassName
{
border-color: #D793B7;
}
</style>