Shades of Shocking #D695C0
Tints of Shocking #D695C0
RGB
CMYK
RGB Variations
Color information
#D695C0 (or 0xD695C0) is known color: Shocking. HEX triplet: D6, 95 and C0. RGB value is (214,149,192). Sum of RGB (Red+Green+Blue) = 214+149+192=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D695C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695C0 is #296A3F. Grayscale: #ADADAD. Windows color (decimal): -2714176 or 12621270. OLE color: 12621270.
HSL color Cylindrical-coordinate representation of color #D695C0: hue angle of 320.31º 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 #D695C0 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 192 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.16 |
| HSL | 320.31º | 0.44% | 0.71% | - |
| HSV(B) | 320.31º | 0.3% | 0.84% | - |
| XYZ | 47.99 | 39.6 | 54.98 | - |
| YUV | 173.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 192 | 0 | 0.30 | 0.10 | 0.16 | 320.31 | 0.44 | 0.71 |
| Hex | D6 | 95 | C0 | 0 | 1E | A | 10 | 140 | 2C | 47 |
| Octal | 326 | 225 | 300 | 0 | 36 | 12 | 20 | 500 | 54 | 107 |
| Binary | 11010110 | 10010101 | 11000000 | 0 | 11110 | 1010 | 10000 | 101000000 | 101100 | 1000111 |
Color Harmonies of #D695C0
Complementary color
Monochromatic Colors of #D695C0
Black with #D695C0
Text Example
Text Example
White with #D695C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695C0; }
p { color: rgb(214,149,192); }
H1.HeaderClassName
{
color: #D695C0;
}
.AnyTagClassName
{
color: #D695C0;
}
</style>
background-color css
<style>
a { background-color: #D695C0; }
a { background-color: rgb(214,149,192); }
div.DivClassName
{
background-color: #D695C0;
}
.BgClassName
{
background-color: #D695C0;
}
</style>
border-color css
<style>
span { border-color: #D695C0; }
span { border-color: rgb(214,149,192); }
td.TdClassName
{
border-color: #D695C0;
}
.TagClassName
{
border-color: #D695C0;
}
</style>