Shades of Shocking #D799BE
Tints of Shocking #D799BE
RGB
CMYK
RGB Variations
Color information
#D799BE (or 0xD799BE) is known color: Shocking. HEX triplet: D7, 99 and BE. RGB value is (215,153,190). Sum of RGB (Red+Green+Blue) = 215+153+190=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D799BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799BE is #286641. Grayscale: #AFAFAF. Windows color (decimal): -2647618 or 12491223. OLE color: 12491223.
HSL color Cylindrical-coordinate representation of color #D799BE: hue angle of 324.19º 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 #D799BE is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 190 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.16 |
| HSL | 324.19º | 0.44% | 0.72% | - |
| HSV(B) | 324.19º | 0.29% | 0.84% | - |
| XYZ | 48.71 | 40.95 | 54.05 | - |
| YUV | 175.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 190 | 0 | 0.29 | 0.12 | 0.16 | 324.19 | 0.44 | 0.72 |
| Hex | D7 | 99 | BE | 0 | 1D | C | 10 | 144 | 2C | 48 |
| Octal | 327 | 231 | 276 | 0 | 35 | 14 | 20 | 504 | 54 | 110 |
| Binary | 11010111 | 10011001 | 10111110 | 0 | 11101 | 1100 | 10000 | 101000100 | 101100 | 1001000 |
Color Harmonies of #D799BE
Complementary color
Monochromatic Colors of #D799BE
Black with #D799BE
Text Example
Text Example
White with #D799BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799BE; }
p { color: rgb(215,153,190); }
H1.HeaderClassName
{
color: #D799BE;
}
.AnyTagClassName
{
color: #D799BE;
}
</style>
background-color css
<style>
a { background-color: #D799BE; }
a { background-color: rgb(215,153,190); }
div.DivClassName
{
background-color: #D799BE;
}
.BgClassName
{
background-color: #D799BE;
}
</style>
border-color css
<style>
span { border-color: #D799BE; }
span { border-color: rgb(215,153,190); }
td.TdClassName
{
border-color: #D799BE;
}
.TagClassName
{
border-color: #D799BE;
}
</style>