Shades of Shocking #D799C1
Tints of Shocking #D799C1
RGB
CMYK
RGB Variations
Color information
#D799C1 (or 0xD799C1) is known color: Shocking. HEX triplet: D7, 99 and C1. RGB value is (215,153,193). Sum of RGB (Red+Green+Blue) = 215+153+193=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D799C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799C1 is #28663E. Grayscale: #AFAFAF. Windows color (decimal): -2647615 or 12687831. OLE color: 12687831.
HSL color Cylindrical-coordinate representation of color #D799C1: hue angle of 321.29º 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 #D799C1 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 193 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.16 |
| HSL | 321.29º | 0.44% | 0.72% | - |
| HSV(B) | 321.29º | 0.29% | 0.84% | - |
| XYZ | 49.04 | 41.08 | 55.8 | - |
| YUV | 176.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 193 | 0 | 0.29 | 0.10 | 0.16 | 321.29 | 0.44 | 0.72 |
| Hex | D7 | 99 | C1 | 0 | 1D | A | 10 | 141 | 2C | 48 |
| Octal | 327 | 231 | 301 | 0 | 35 | 12 | 20 | 501 | 54 | 110 |
| Binary | 11010111 | 10011001 | 11000001 | 0 | 11101 | 1010 | 10000 | 101000001 | 101100 | 1001000 |
Color Harmonies of #D799C1
Complementary color
Monochromatic Colors of #D799C1
Black with #D799C1
Text Example
Text Example
White with #D799C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799C1; }
p { color: rgb(215,153,193); }
H1.HeaderClassName
{
color: #D799C1;
}
.AnyTagClassName
{
color: #D799C1;
}
</style>
background-color css
<style>
a { background-color: #D799C1; }
a { background-color: rgb(215,153,193); }
div.DivClassName
{
background-color: #D799C1;
}
.BgClassName
{
background-color: #D799C1;
}
</style>
border-color css
<style>
span { border-color: #D799C1; }
span { border-color: rgb(215,153,193); }
td.TdClassName
{
border-color: #D799C1;
}
.TagClassName
{
border-color: #D799C1;
}
</style>