Shades of Shocking #D799C6
Tints of Shocking #D799C6
RGB
CMYK
RGB Variations
Color information
#D799C6 (or 0xD799C6) is known color: Shocking. HEX triplet: D7, 99 and C6. RGB value is (215,153,198). Sum of RGB (Red+Green+Blue) = 215+153+198=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D799C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799C6 is #286639. Grayscale: #B0B0B0. Windows color (decimal): -2647610 or 13015511. OLE color: 13015511.
HSL color Cylindrical-coordinate representation of color #D799C6: hue angle of 316.45º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D799C6 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 198 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.16 |
| HSL | 316.45º | 0.44% | 0.72% | - |
| HSV(B) | 316.45º | 0.29% | 0.84% | - |
| XYZ | 49.61 | 41.31 | 58.78 | - |
| YUV | 176.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 198 | 0 | 0.29 | 0.08 | 0.16 | 316.45 | 0.44 | 0.72 |
| Hex | D7 | 99 | C6 | 0 | 1D | 8 | 10 | 13C | 2C | 48 |
| Octal | 327 | 231 | 306 | 0 | 35 | 10 | 20 | 474 | 54 | 110 |
| Binary | 11010111 | 10011001 | 11000110 | 0 | 11101 | 1000 | 10000 | 100111100 | 101100 | 1001000 |
Color Harmonies of #D799C6
Complementary color
Monochromatic Colors of #D799C6
Black with #D799C6
Text Example
Text Example
White with #D799C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799C6; }
p { color: rgb(215,153,198); }
H1.HeaderClassName
{
color: #D799C6;
}
.AnyTagClassName
{
color: #D799C6;
}
</style>
background-color css
<style>
a { background-color: #D799C6; }
a { background-color: rgb(215,153,198); }
div.DivClassName
{
background-color: #D799C6;
}
.BgClassName
{
background-color: #D799C6;
}
</style>
border-color css
<style>
span { border-color: #D799C6; }
span { border-color: rgb(215,153,198); }
td.TdClassName
{
border-color: #D799C6;
}
.TagClassName
{
border-color: #D799C6;
}
</style>