Shades of Shocking #D697BA
Tints of Shocking #D697BA
RGB
CMYK
RGB Variations
Color information
#D697BA (or 0xD697BA) is known color: Shocking. HEX triplet: D6, 97 and BA. RGB value is (214,151,186). Sum of RGB (Red+Green+Blue) = 214+151+186=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D697BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697BA is #296845. Grayscale: #ADADAD. Windows color (decimal): -2713670 or 12228566. OLE color: 12228566.
HSL color Cylindrical-coordinate representation of color #D697BA: hue angle of 326.67º 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 #D697BA is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 186 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.16 |
| HSL | 326.67º | 0.43% | 0.72% | - |
| HSV(B) | 326.67º | 0.29% | 0.84% | - |
| XYZ | 47.66 | 39.97 | 51.66 | - |
| YUV | 173.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 186 | 0 | 0.29 | 0.13 | 0.16 | 326.67 | 0.43 | 0.72 |
| Hex | D6 | 97 | BA | 0 | 1D | D | 10 | 147 | 2B | 48 |
| Octal | 326 | 227 | 272 | 0 | 35 | 15 | 20 | 507 | 53 | 110 |
| Binary | 11010110 | 10010111 | 10111010 | 0 | 11101 | 1101 | 10000 | 101000111 | 101011 | 1001000 |
Color Harmonies of #D697BA
Complementary color
Monochromatic Colors of #D697BA
Black with #D697BA
Text Example
Text Example
White with #D697BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D697BA; }
p { color: rgb(214,151,186); }
H1.HeaderClassName
{
color: #D697BA;
}
.AnyTagClassName
{
color: #D697BA;
}
</style>
background-color css
<style>
a { background-color: #D697BA; }
a { background-color: rgb(214,151,186); }
div.DivClassName
{
background-color: #D697BA;
}
.BgClassName
{
background-color: #D697BA;
}
</style>
border-color css
<style>
span { border-color: #D697BA; }
span { border-color: rgb(214,151,186); }
td.TdClassName
{
border-color: #D697BA;
}
.TagClassName
{
border-color: #D697BA;
}
</style>