Shades of Shocking #D696C1
Tints of Shocking #D696C1
RGB
CMYK
RGB Variations
Color information
#D696C1 (or 0xD696C1) is known color: Shocking. HEX triplet: D6, 96 and C1. RGB value is (214,150,193). Sum of RGB (Red+Green+Blue) = 214+150+193=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D696C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696C1 is #29693E. Grayscale: #ADADAD. Windows color (decimal): -2713919 or 12687062. OLE color: 12687062.
HSL color Cylindrical-coordinate representation of color #D696C1: hue angle of 319.69º 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 #D696C1 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 193 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.16 |
| HSL | 319.69º | 0.44% | 0.71% | - |
| HSV(B) | 319.69º | 0.3% | 0.84% | - |
| XYZ | 48.26 | 39.96 | 55.62 | - |
| YUV | 174.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 193 | 0 | 0.30 | 0.10 | 0.16 | 319.69 | 0.44 | 0.71 |
| Hex | D6 | 96 | C1 | 0 | 1E | A | 10 | 140 | 2C | 47 |
| Octal | 326 | 226 | 301 | 0 | 36 | 12 | 20 | 500 | 54 | 107 |
| Binary | 11010110 | 10010110 | 11000001 | 0 | 11110 | 1010 | 10000 | 101000000 | 101100 | 1000111 |
Color Harmonies of #D696C1
Complementary color
Monochromatic Colors of #D696C1
Black with #D696C1
Text Example
Text Example
White with #D696C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696C1; }
p { color: rgb(214,150,193); }
H1.HeaderClassName
{
color: #D696C1;
}
.AnyTagClassName
{
color: #D696C1;
}
</style>
background-color css
<style>
a { background-color: #D696C1; }
a { background-color: rgb(214,150,193); }
div.DivClassName
{
background-color: #D696C1;
}
.BgClassName
{
background-color: #D696C1;
}
</style>
border-color css
<style>
span { border-color: #D696C1; }
span { border-color: rgb(214,150,193); }
td.TdClassName
{
border-color: #D696C1;
}
.TagClassName
{
border-color: #D696C1;
}
</style>