Shades of Shocking #D695BB
Tints of Shocking #D695BB
RGB
CMYK
RGB Variations
Color information
#D695BB (or 0xD695BB) is known color: Shocking. HEX triplet: D6, 95 and BB. RGB value is (214,149,187). Sum of RGB (Red+Green+Blue) = 214+149+187=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D695BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695BB is #296A44. Grayscale: #ACACAC. Windows color (decimal): -2714181 or 12293590. OLE color: 12293590.
HSL color Cylindrical-coordinate representation of color #D695BB: hue angle of 324.92º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695BB is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 187 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.16 |
| HSL | 324.92º | 0.44% | 0.71% | - |
| HSV(B) | 324.92º | 0.3% | 0.84% | - |
| XYZ | 47.45 | 39.38 | 52.11 | - |
| YUV | 172.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 187 | 0 | 0.30 | 0.13 | 0.16 | 324.92 | 0.44 | 0.71 |
| Hex | D6 | 95 | BB | 0 | 1E | D | 10 | 145 | 2C | 47 |
| Octal | 326 | 225 | 273 | 0 | 36 | 15 | 20 | 505 | 54 | 107 |
| Binary | 11010110 | 10010101 | 10111011 | 0 | 11110 | 1101 | 10000 | 101000101 | 101100 | 1000111 |
Color Harmonies of #D695BB
Complementary color
Monochromatic Colors of #D695BB
Black with #D695BB
Text Example
Text Example
White with #D695BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695BB; }
p { color: rgb(214,149,187); }
H1.HeaderClassName
{
color: #D695BB;
}
.AnyTagClassName
{
color: #D695BB;
}
</style>
background-color css
<style>
a { background-color: #D695BB; }
a { background-color: rgb(214,149,187); }
div.DivClassName
{
background-color: #D695BB;
}
.BgClassName
{
background-color: #D695BB;
}
</style>
border-color css
<style>
span { border-color: #D695BB; }
span { border-color: rgb(214,149,187); }
td.TdClassName
{
border-color: #D695BB;
}
.TagClassName
{
border-color: #D695BB;
}
</style>