Shades of Shocking #D697BB
Tints of Shocking #D697BB
RGB
CMYK
RGB Variations
Color information
#D697BB (or 0xD697BB) is known color: Shocking. HEX triplet: D6, 97 and BB. RGB value is (214,151,187). Sum of RGB (Red+Green+Blue) = 214+151+187=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D697BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697BB is #296844. Grayscale: #ADADAD. Windows color (decimal): -2713669 or 12294102. OLE color: 12294102.
HSL color Cylindrical-coordinate representation of color #D697BB: hue angle of 325.71º 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 #D697BB is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 187 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.16 |
| HSL | 325.71º | 0.43% | 0.72% | - |
| HSV(B) | 325.71º | 0.29% | 0.84% | - |
| XYZ | 47.77 | 40.02 | 52.22 | - |
| YUV | 173.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 187 | 0 | 0.29 | 0.13 | 0.16 | 325.71 | 0.43 | 0.72 |
| Hex | D6 | 97 | BB | 0 | 1D | D | 10 | 146 | 2B | 48 |
| Octal | 326 | 227 | 273 | 0 | 35 | 15 | 20 | 506 | 53 | 110 |
| Binary | 11010110 | 10010111 | 10111011 | 0 | 11101 | 1101 | 10000 | 101000110 | 101011 | 1001000 |
Color Harmonies of #D697BB
Complementary color
Monochromatic Colors of #D697BB
Black with #D697BB
Text Example
Text Example
White with #D697BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D697BB; }
p { color: rgb(214,151,187); }
H1.HeaderClassName
{
color: #D697BB;
}
.AnyTagClassName
{
color: #D697BB;
}
</style>
background-color css
<style>
a { background-color: #D697BB; }
a { background-color: rgb(214,151,187); }
div.DivClassName
{
background-color: #D697BB;
}
.BgClassName
{
background-color: #D697BB;
}
</style>
border-color css
<style>
span { border-color: #D697BB; }
span { border-color: rgb(214,151,187); }
td.TdClassName
{
border-color: #D697BB;
}
.TagClassName
{
border-color: #D697BB;
}
</style>