Shades of Shocking #D695BE
Tints of Shocking #D695BE
RGB
CMYK
RGB Variations
Color information
#D695BE (or 0xD695BE) is known color: Shocking. HEX triplet: D6, 95 and BE. RGB value is (214,149,190). Sum of RGB (Red+Green+Blue) = 214+149+190=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D695BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695BE is #296A41. Grayscale: #ADADAD. Windows color (decimal): -2714178 or 12490198. OLE color: 12490198.
HSL color Cylindrical-coordinate representation of color #D695BE: hue angle of 322.15º 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 #D695BE is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 190 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.16 |
| HSL | 322.15º | 0.44% | 0.71% | - |
| HSV(B) | 322.15º | 0.3% | 0.84% | - |
| XYZ | 47.77 | 39.51 | 53.82 | - |
| YUV | 173.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 190 | 0 | 0.30 | 0.11 | 0.16 | 322.15 | 0.44 | 0.71 |
| Hex | D6 | 95 | BE | 0 | 1E | B | 10 | 142 | 2C | 47 |
| Octal | 326 | 225 | 276 | 0 | 36 | 13 | 20 | 502 | 54 | 107 |
| Binary | 11010110 | 10010101 | 10111110 | 0 | 11110 | 1011 | 10000 | 101000010 | 101100 | 1000111 |
Color Harmonies of #D695BE
Complementary color
Monochromatic Colors of #D695BE
Black with #D695BE
Text Example
Text Example
White with #D695BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695BE; }
p { color: rgb(214,149,190); }
H1.HeaderClassName
{
color: #D695BE;
}
.AnyTagClassName
{
color: #D695BE;
}
</style>
background-color css
<style>
a { background-color: #D695BE; }
a { background-color: rgb(214,149,190); }
div.DivClassName
{
background-color: #D695BE;
}
.BgClassName
{
background-color: #D695BE;
}
</style>
border-color css
<style>
span { border-color: #D695BE; }
span { border-color: rgb(214,149,190); }
td.TdClassName
{
border-color: #D695BE;
}
.TagClassName
{
border-color: #D695BE;
}
</style>