Shades of Shocking #D697C0
Tints of Shocking #D697C0
RGB
CMYK
RGB Variations
Color information
#D697C0 (or 0xD697C0) is known color: Shocking. HEX triplet: D6, 97 and C0. RGB value is (214,151,192). Sum of RGB (Red+Green+Blue) = 214+151+192=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D697C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697C0 is #29683F. Grayscale: #AEAEAE. Windows color (decimal): -2713664 or 12621782. OLE color: 12621782.
HSL color Cylindrical-coordinate representation of color #D697C0: hue angle of 320.95º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697C0 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 192 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.16 |
| HSL | 320.95º | 0.43% | 0.72% | - |
| HSV(B) | 320.95º | 0.29% | 0.84% | - |
| XYZ | 48.31 | 40.24 | 55.09 | - |
| YUV | 174.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 192 | 0 | 0.29 | 0.10 | 0.16 | 320.95 | 0.43 | 0.72 |
| Hex | D6 | 97 | C0 | 0 | 1D | A | 10 | 141 | 2B | 48 |
| Octal | 326 | 227 | 300 | 0 | 35 | 12 | 20 | 501 | 53 | 110 |
| Binary | 11010110 | 10010111 | 11000000 | 0 | 11101 | 1010 | 10000 | 101000001 | 101011 | 1001000 |
Color Harmonies of #D697C0
Complementary color
Monochromatic Colors of #D697C0
Black with #D697C0
Text Example
Text Example
White with #D697C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D697C0; }
p { color: rgb(214,151,192); }
H1.HeaderClassName
{
color: #D697C0;
}
.AnyTagClassName
{
color: #D697C0;
}
</style>
background-color css
<style>
a { background-color: #D697C0; }
a { background-color: rgb(214,151,192); }
div.DivClassName
{
background-color: #D697C0;
}
.BgClassName
{
background-color: #D697C0;
}
</style>
border-color css
<style>
span { border-color: #D697C0; }
span { border-color: rgb(214,151,192); }
td.TdClassName
{
border-color: #D697C0;
}
.TagClassName
{
border-color: #D697C0;
}
</style>