Shades of Shocking #D695B7
Tints of Shocking #D695B7
RGB
CMYK
RGB Variations
Color information
#D695B7 (or 0xD695B7) is known color: Shocking. HEX triplet: D6, 95 and B7. RGB value is (214,149,183). Sum of RGB (Red+Green+Blue) = 214+149+183=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D695B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695B7 is #296A48. Grayscale: #ACACAC. Windows color (decimal): -2714185 or 12031446. OLE color: 12031446.
HSL color Cylindrical-coordinate representation of color #D695B7: hue angle of 328.62º 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 #D695B7 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 183 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.16 |
| HSL | 328.62º | 0.44% | 0.71% | - |
| HSV(B) | 328.62º | 0.3% | 0.84% | - |
| XYZ | 47.03 | 39.21 | 49.89 | - |
| YUV | 172.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 183 | 0 | 0.30 | 0.14 | 0.16 | 328.62 | 0.44 | 0.71 |
| Hex | D6 | 95 | B7 | 0 | 1E | E | 10 | 149 | 2C | 47 |
| Octal | 326 | 225 | 267 | 0 | 36 | 16 | 20 | 511 | 54 | 107 |
| Binary | 11010110 | 10010101 | 10110111 | 0 | 11110 | 1110 | 10000 | 101001001 | 101100 | 1000111 |
Color Harmonies of #D695B7
Complementary color
Monochromatic Colors of #D695B7
Black with #D695B7
Text Example
Text Example
White with #D695B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695B7; }
p { color: rgb(214,149,183); }
H1.HeaderClassName
{
color: #D695B7;
}
.AnyTagClassName
{
color: #D695B7;
}
</style>
background-color css
<style>
a { background-color: #D695B7; }
a { background-color: rgb(214,149,183); }
div.DivClassName
{
background-color: #D695B7;
}
.BgClassName
{
background-color: #D695B7;
}
</style>
border-color css
<style>
span { border-color: #D695B7; }
span { border-color: rgb(214,149,183); }
td.TdClassName
{
border-color: #D695B7;
}
.TagClassName
{
border-color: #D695B7;
}
</style>