Shades of Shocking #D699BB
Tints of Shocking #D699BB
RGB
CMYK
RGB Variations
Color information
#D699BB (or 0xD699BB) is known color: Shocking. HEX triplet: D6, 99 and BB. RGB value is (214,153,187). Sum of RGB (Red+Green+Blue) = 214+153+187=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D699BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699BB is #296644. Grayscale: #AFAFAF. Windows color (decimal): -2713157 or 12294614. OLE color: 12294614.
HSL color Cylindrical-coordinate representation of color #D699BB: hue angle of 326.56º degrees, saturation: 0.43, 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 #D699BB is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 187 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.16 |
| HSL | 326.56º | 0.43% | 0.72% | - |
| HSV(B) | 326.56º | 0.29% | 0.84% | - |
| XYZ | 48.09 | 40.67 | 52.33 | - |
| YUV | 175.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 187 | 0 | 0.29 | 0.13 | 0.16 | 326.56 | 0.43 | 0.72 |
| Hex | D6 | 99 | BB | 0 | 1D | D | 10 | 147 | 2B | 48 |
| Octal | 326 | 231 | 273 | 0 | 35 | 15 | 20 | 507 | 53 | 110 |
| Binary | 11010110 | 10011001 | 10111011 | 0 | 11101 | 1101 | 10000 | 101000111 | 101011 | 1001000 |
Color Harmonies of #D699BB
Complementary color
Monochromatic Colors of #D699BB
Black with #D699BB
Text Example
Text Example
White with #D699BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699BB; }
p { color: rgb(214,153,187); }
H1.HeaderClassName
{
color: #D699BB;
}
.AnyTagClassName
{
color: #D699BB;
}
</style>
background-color css
<style>
a { background-color: #D699BB; }
a { background-color: rgb(214,153,187); }
div.DivClassName
{
background-color: #D699BB;
}
.BgClassName
{
background-color: #D699BB;
}
</style>
border-color css
<style>
span { border-color: #D699BB; }
span { border-color: rgb(214,153,187); }
td.TdClassName
{
border-color: #D699BB;
}
.TagClassName
{
border-color: #D699BB;
}
</style>