Shades of Shocking #D799B7
Tints of Shocking #D799B7
RGB
CMYK
RGB Variations
Color information
#D799B7 (or 0xD799B7) is known color: Shocking. HEX triplet: D7, 99 and B7. RGB value is (215,153,183). Sum of RGB (Red+Green+Blue) = 215+153+183=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D799B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799B7 is #286648. Grayscale: #AEAEAE. Windows color (decimal): -2647625 or 12032471. OLE color: 12032471.
HSL color Cylindrical-coordinate representation of color #D799B7: hue angle of 330.97º 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 #D799B7 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 183 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.16 |
| HSL | 330.97º | 0.44% | 0.72% | - |
| HSV(B) | 330.97º | 0.29% | 0.84% | - |
| XYZ | 47.96 | 40.65 | 50.12 | - |
| YUV | 174.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 183 | 0 | 0.29 | 0.15 | 0.16 | 330.97 | 0.44 | 0.72 |
| Hex | D7 | 99 | B7 | 0 | 1D | F | 10 | 14B | 2C | 48 |
| Octal | 327 | 231 | 267 | 0 | 35 | 17 | 20 | 513 | 54 | 110 |
| Binary | 11010111 | 10011001 | 10110111 | 0 | 11101 | 1111 | 10000 | 101001011 | 101100 | 1001000 |
Color Harmonies of #D799B7
Complementary color
Monochromatic Colors of #D799B7
Black with #D799B7
Text Example
Text Example
White with #D799B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799B7; }
p { color: rgb(215,153,183); }
H1.HeaderClassName
{
color: #D799B7;
}
.AnyTagClassName
{
color: #D799B7;
}
</style>
background-color css
<style>
a { background-color: #D799B7; }
a { background-color: rgb(215,153,183); }
div.DivClassName
{
background-color: #D799B7;
}
.BgClassName
{
background-color: #D799B7;
}
</style>
border-color css
<style>
span { border-color: #D799B7; }
span { border-color: rgb(215,153,183); }
td.TdClassName
{
border-color: #D799B7;
}
.TagClassName
{
border-color: #D799B7;
}
</style>