Shades of Shocking #D799C3
Tints of Shocking #D799C3
RGB
CMYK
RGB Variations
Color information
#D799C3 (or 0xD799C3) is known color: Shocking. HEX triplet: D7, 99 and C3. RGB value is (215,153,195). Sum of RGB (Red+Green+Blue) = 215+153+195=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D799C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799C3 is #28663C. Grayscale: #B0B0B0. Windows color (decimal): -2647613 or 12818903. OLE color: 12818903.
HSL color Cylindrical-coordinate representation of color #D799C3: hue angle of 319.35º 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 #D799C3 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 195 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.16 |
| HSL | 319.35º | 0.44% | 0.72% | - |
| HSV(B) | 319.35º | 0.29% | 0.84% | - |
| XYZ | 49.27 | 41.17 | 56.98 | - |
| YUV | 176.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 195 | 0 | 0.29 | 0.09 | 0.16 | 319.35 | 0.44 | 0.72 |
| Hex | D7 | 99 | C3 | 0 | 1D | 9 | 10 | 13F | 2C | 48 |
| Octal | 327 | 231 | 303 | 0 | 35 | 11 | 20 | 477 | 54 | 110 |
| Binary | 11010111 | 10011001 | 11000011 | 0 | 11101 | 1001 | 10000 | 100111111 | 101100 | 1001000 |
Color Harmonies of #D799C3
Complementary color
Monochromatic Colors of #D799C3
Black with #D799C3
Text Example
Text Example
White with #D799C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799C3; }
p { color: rgb(215,153,195); }
H1.HeaderClassName
{
color: #D799C3;
}
.AnyTagClassName
{
color: #D799C3;
}
</style>
background-color css
<style>
a { background-color: #D799C3; }
a { background-color: rgb(215,153,195); }
div.DivClassName
{
background-color: #D799C3;
}
.BgClassName
{
background-color: #D799C3;
}
</style>
border-color css
<style>
span { border-color: #D799C3; }
span { border-color: rgb(215,153,195); }
td.TdClassName
{
border-color: #D799C3;
}
.TagClassName
{
border-color: #D799C3;
}
</style>