Shades of Shocking #D794C5
Tints of Shocking #D794C5
RGB
CMYK
RGB Variations
Color information
#D794C5 (or 0xD794C5) is known color: Shocking. HEX triplet: D7, 94 and C5. RGB value is (215,148,197). Sum of RGB (Red+Green+Blue) = 215+148+197=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D794C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794C5 is #286B3A. Grayscale: #ADADAD. Windows color (decimal): -2648891 or 12948695. OLE color: 12948695.
HSL color Cylindrical-coordinate representation of color #D794C5: hue angle of 316.12º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D794C5 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 148 | 197 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.16 |
| HSL | 316.12º | 0.46% | 0.71% | - |
| HSV(B) | 316.12º | 0.31% | 0.84% | - |
| XYZ | 48.69 | 39.66 | 57.91 | - |
| YUV | 173.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 197 | 0 | 0.31 | 0.08 | 0.16 | 316.12 | 0.46 | 0.71 |
| Hex | D7 | 94 | C5 | 0 | 1F | 8 | 10 | 13C | 2E | 47 |
| Octal | 327 | 224 | 305 | 0 | 37 | 10 | 20 | 474 | 56 | 107 |
| Binary | 11010111 | 10010100 | 11000101 | 0 | 11111 | 1000 | 10000 | 100111100 | 101110 | 1000111 |
Color Harmonies of #D794C5
Complementary color
Monochromatic Colors of #D794C5
Black with #D794C5
Text Example
Text Example
White with #D794C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794C5; }
p { color: rgb(215,148,197); }
H1.HeaderClassName
{
color: #D794C5;
}
.AnyTagClassName
{
color: #D794C5;
}
</style>
background-color css
<style>
a { background-color: #D794C5; }
a { background-color: rgb(215,148,197); }
div.DivClassName
{
background-color: #D794C5;
}
.BgClassName
{
background-color: #D794C5;
}
</style>
border-color css
<style>
span { border-color: #D794C5; }
span { border-color: rgb(215,148,197); }
td.TdClassName
{
border-color: #D794C5;
}
.TagClassName
{
border-color: #D794C5;
}
</style>