Shades of Shocking #D697C4
Tints of Shocking #D697C4
RGB
CMYK
RGB Variations
Color information
#D697C4 (or 0xD697C4) is known color: Shocking. HEX triplet: D6, 97 and C4. RGB value is (214,151,196). Sum of RGB (Red+Green+Blue) = 214+151+196=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D697C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697C4 is #29683B. Grayscale: #AEAEAE. Windows color (decimal): -2713660 or 12883926. OLE color: 12883926.
HSL color Cylindrical-coordinate representation of color #D697C4: hue angle of 317.14º 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 #D697C4 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 196 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.16 |
| HSL | 317.14º | 0.43% | 0.72% | - |
| HSV(B) | 317.14º | 0.29% | 0.84% | - |
| XYZ | 48.76 | 40.41 | 57.46 | - |
| YUV | 174.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 196 | 0 | 0.29 | 0.08 | 0.16 | 317.14 | 0.43 | 0.72 |
| Hex | D6 | 97 | C4 | 0 | 1D | 8 | 10 | 13D | 2B | 48 |
| Octal | 326 | 227 | 304 | 0 | 35 | 10 | 20 | 475 | 53 | 110 |
| Binary | 11010110 | 10010111 | 11000100 | 0 | 11101 | 1000 | 10000 | 100111101 | 101011 | 1001000 |
Color Harmonies of #D697C4
Complementary color
Monochromatic Colors of #D697C4
Black with #D697C4
Text Example
Text Example
White with #D697C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D697C4; }
p { color: rgb(214,151,196); }
H1.HeaderClassName
{
color: #D697C4;
}
.AnyTagClassName
{
color: #D697C4;
}
</style>
background-color css
<style>
a { background-color: #D697C4; }
a { background-color: rgb(214,151,196); }
div.DivClassName
{
background-color: #D697C4;
}
.BgClassName
{
background-color: #D697C4;
}
</style>
border-color css
<style>
span { border-color: #D697C4; }
span { border-color: rgb(214,151,196); }
td.TdClassName
{
border-color: #D697C4;
}
.TagClassName
{
border-color: #D697C4;
}
</style>