Shades of Shocking #D686BE
Tints of Shocking #D686BE
RGB
CMYK
RGB Variations
Color information
#D686BE (or 0xD686BE) is known color: Shocking. HEX triplet: D6, 86 and BE. RGB value is (214,134,190). Sum of RGB (Red+Green+Blue) = 214+134+190=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D686BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686BE is #297941. Grayscale: #A4A4A4. Windows color (decimal): -2718018 or 12486358. OLE color: 12486358.
HSL color Cylindrical-coordinate representation of color #D686BE: hue angle of 318º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D686BE is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 190 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.16 |
| HSL | 318º | 0.49% | 0.68% | - |
| HSV(B) | 318º | 0.37% | 0.84% | - |
| XYZ | 45.55 | 35.06 | 53.08 | - |
| YUV | 164.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 190 | 0 | 0.37 | 0.11 | 0.16 | 318 | 0.49 | 0.68 |
| Hex | D6 | 86 | BE | 0 | 25 | B | 10 | 13E | 31 | 44 |
| Octal | 326 | 206 | 276 | 0 | 45 | 13 | 20 | 476 | 61 | 104 |
| Binary | 11010110 | 10000110 | 10111110 | 0 | 100101 | 1011 | 10000 | 100111110 | 110001 | 1000100 |
Color Harmonies of #D686BE
Complementary color
Monochromatic Colors of #D686BE
Black with #D686BE
Text Example
Text Example
White with #D686BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D686BE; }
p { color: rgb(214,134,190); }
H1.HeaderClassName
{
color: #D686BE;
}
.AnyTagClassName
{
color: #D686BE;
}
</style>
background-color css
<style>
a { background-color: #D686BE; }
a { background-color: rgb(214,134,190); }
div.DivClassName
{
background-color: #D686BE;
}
.BgClassName
{
background-color: #D686BE;
}
</style>
border-color css
<style>
span { border-color: #D686BE; }
span { border-color: rgb(214,134,190); }
td.TdClassName
{
border-color: #D686BE;
}
.TagClassName
{
border-color: #D686BE;
}
</style>