Shades of Shocking #D792C0
Tints of Shocking #D792C0
RGB
CMYK
RGB Variations
Color information
#D792C0 (or 0xD792C0) is known color: Shocking. HEX triplet: D7, 92 and C0. RGB value is (215,146,192). Sum of RGB (Red+Green+Blue) = 215+146+192=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D792C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D792C0 is #286D3F. Grayscale: #ABABAB. Windows color (decimal): -2649408 or 12620503. OLE color: 12620503.
HSL color Cylindrical-coordinate representation of color #D792C0: hue angle of 320º 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 #D792C0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 192 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.16 |
| HSL | 320º | 0.46% | 0.71% | - |
| HSV(B) | 320º | 0.32% | 0.84% | - |
| XYZ | 47.82 | 38.81 | 54.84 | - |
| YUV | 171.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 192 | 0 | 0.32 | 0.11 | 0.16 | 320 | 0.46 | 0.71 |
| Hex | D7 | 92 | C0 | 0 | 20 | B | 10 | 140 | 2E | 47 |
| Octal | 327 | 222 | 300 | 0 | 40 | 13 | 20 | 500 | 56 | 107 |
| Binary | 11010111 | 10010010 | 11000000 | 0 | 100000 | 1011 | 10000 | 101000000 | 101110 | 1000111 |
Color Harmonies of #D792C0
Complementary color
Monochromatic Colors of #D792C0
Black with #D792C0
Text Example
Text Example
White with #D792C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792C0; }
p { color: rgb(215,146,192); }
H1.HeaderClassName
{
color: #D792C0;
}
.AnyTagClassName
{
color: #D792C0;
}
</style>
background-color css
<style>
a { background-color: #D792C0; }
a { background-color: rgb(215,146,192); }
div.DivClassName
{
background-color: #D792C0;
}
.BgClassName
{
background-color: #D792C0;
}
</style>
border-color css
<style>
span { border-color: #D792C0; }
span { border-color: rgb(215,146,192); }
td.TdClassName
{
border-color: #D792C0;
}
.TagClassName
{
border-color: #D792C0;
}
</style>