Shades of Shocking #D696BF
Tints of Shocking #D696BF
RGB
CMYK
RGB Variations
Color information
#D696BF (or 0xD696BF) is known color: Shocking. HEX triplet: D6, 96 and BF. RGB value is (214,150,191). Sum of RGB (Red+Green+Blue) = 214+150+191=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D696BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696BF is #296940. Grayscale: #ADADAD. Windows color (decimal): -2713921 or 12555990. OLE color: 12555990.
HSL color Cylindrical-coordinate representation of color #D696BF: hue angle of 321.56º 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 #D696BF is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 191 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.16 |
| HSL | 321.56º | 0.44% | 0.71% | - |
| HSV(B) | 321.56º | 0.3% | 0.84% | - |
| XYZ | 48.04 | 39.87 | 54.45 | - |
| YUV | 173.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 191 | 0 | 0.30 | 0.11 | 0.16 | 321.56 | 0.44 | 0.71 |
| Hex | D6 | 96 | BF | 0 | 1E | B | 10 | 142 | 2C | 47 |
| Octal | 326 | 226 | 277 | 0 | 36 | 13 | 20 | 502 | 54 | 107 |
| Binary | 11010110 | 10010110 | 10111111 | 0 | 11110 | 1011 | 10000 | 101000010 | 101100 | 1000111 |
Color Harmonies of #D696BF
Complementary color
Monochromatic Colors of #D696BF
Black with #D696BF
Text Example
Text Example
White with #D696BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696BF; }
p { color: rgb(214,150,191); }
H1.HeaderClassName
{
color: #D696BF;
}
.AnyTagClassName
{
color: #D696BF;
}
</style>
background-color css
<style>
a { background-color: #D696BF; }
a { background-color: rgb(214,150,191); }
div.DivClassName
{
background-color: #D696BF;
}
.BgClassName
{
background-color: #D696BF;
}
</style>
border-color css
<style>
span { border-color: #D696BF; }
span { border-color: rgb(214,150,191); }
td.TdClassName
{
border-color: #D696BF;
}
.TagClassName
{
border-color: #D696BF;
}
</style>