Shades of Shocking #D697C3
Tints of Shocking #D697C3
RGB
CMYK
RGB Variations
Color information
#D697C3 (or 0xD697C3) is known color: Shocking. HEX triplet: D6, 97 and C3. RGB value is (214,151,195). Sum of RGB (Red+Green+Blue) = 214+151+195=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D697C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697C3 is #29683C. Grayscale: #AEAEAE. Windows color (decimal): -2713661 or 12818390. OLE color: 12818390.
HSL color Cylindrical-coordinate representation of color #D697C3: hue angle of 318.1º 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 #D697C3 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 195 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.16 |
| HSL | 318.1º | 0.43% | 0.72% | - |
| HSV(B) | 318.1º | 0.29% | 0.84% | - |
| XYZ | 48.65 | 40.37 | 56.86 | - |
| YUV | 174.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 195 | 0 | 0.29 | 0.09 | 0.16 | 318.1 | 0.43 | 0.72 |
| Hex | D6 | 97 | C3 | 0 | 1D | 9 | 10 | 13E | 2B | 48 |
| Octal | 326 | 227 | 303 | 0 | 35 | 11 | 20 | 476 | 53 | 110 |
| Binary | 11010110 | 10010111 | 11000011 | 0 | 11101 | 1001 | 10000 | 100111110 | 101011 | 1001000 |
Color Harmonies of #D697C3
Complementary color
Monochromatic Colors of #D697C3
Black with #D697C3
Text Example
Text Example
White with #D697C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D697C3; }
p { color: rgb(214,151,195); }
H1.HeaderClassName
{
color: #D697C3;
}
.AnyTagClassName
{
color: #D697C3;
}
</style>
background-color css
<style>
a { background-color: #D697C3; }
a { background-color: rgb(214,151,195); }
div.DivClassName
{
background-color: #D697C3;
}
.BgClassName
{
background-color: #D697C3;
}
</style>
border-color css
<style>
span { border-color: #D697C3; }
span { border-color: rgb(214,151,195); }
td.TdClassName
{
border-color: #D697C3;
}
.TagClassName
{
border-color: #D697C3;
}
</style>