Shades of Shocking #D899C7
Tints of Shocking #D899C7
RGB
CMYK
RGB Variations
Color information
#D899C7 (or 0xD899C7) is known color: Shocking. HEX triplet: D8, 99 and C7. RGB value is (216,153,199). Sum of RGB (Red+Green+Blue) = 216+153+199=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D899C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899C7 is #276638. Grayscale: #B0B0B0. Windows color (decimal): -2582073 or 13081048. OLE color: 13081048.
HSL color Cylindrical-coordinate representation of color #D899C7: hue angle of 316.19º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D899C7 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 199 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.15 |
| HSL | 316.19º | 0.45% | 0.72% | - |
| HSV(B) | 316.19º | 0.29% | 0.85% | - |
| XYZ | 50.02 | 41.5 | 59.41 | - |
| YUV | 177.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 199 | 0 | 0.29 | 0.08 | 0.15 | 316.19 | 0.45 | 0.72 |
| Hex | D8 | 99 | C7 | 0 | 1D | 8 | F | 13C | 2D | 48 |
| Octal | 330 | 231 | 307 | 0 | 35 | 10 | 17 | 474 | 55 | 110 |
| Binary | 11011000 | 10011001 | 11000111 | 0 | 11101 | 1000 | 1111 | 100111100 | 101101 | 1001000 |
Color Harmonies of #D899C7
Complementary color
Monochromatic Colors of #D899C7
Black with #D899C7
Text Example
Text Example
White with #D899C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899C7; }
p { color: rgb(216,153,199); }
H1.HeaderClassName
{
color: #D899C7;
}
.AnyTagClassName
{
color: #D899C7;
}
</style>
background-color css
<style>
a { background-color: #D899C7; }
a { background-color: rgb(216,153,199); }
div.DivClassName
{
background-color: #D899C7;
}
.BgClassName
{
background-color: #D899C7;
}
</style>
border-color css
<style>
span { border-color: #D899C7; }
span { border-color: rgb(216,153,199); }
td.TdClassName
{
border-color: #D899C7;
}
.TagClassName
{
border-color: #D899C7;
}
</style>