Shades of Shocking #D687B5
Tints of Shocking #D687B5
RGB
CMYK
RGB Variations
Color information
#D687B5 (or 0xD687B5) is known color: Shocking. HEX triplet: D6, 87 and B5. RGB value is (214,135,181). Sum of RGB (Red+Green+Blue) = 214+135+181=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D687B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687B5 is #29784A. Grayscale: #A3A3A3. Windows color (decimal): -2717771 or 11896790. OLE color: 11896790.
HSL color Cylindrical-coordinate representation of color #D687B5: hue angle of 325.06º 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 #D687B5 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 181 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.16 |
| HSL | 325.06º | 0.49% | 0.68% | - |
| HSV(B) | 325.06º | 0.37% | 0.84% | - |
| XYZ | 44.74 | 34.96 | 48.11 | - |
| YUV | 163.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 181 | 0 | 0.37 | 0.15 | 0.16 | 325.06 | 0.49 | 0.68 |
| Hex | D6 | 87 | B5 | 0 | 25 | F | 10 | 145 | 31 | 44 |
| Octal | 326 | 207 | 265 | 0 | 45 | 17 | 20 | 505 | 61 | 104 |
| Binary | 11010110 | 10000111 | 10110101 | 0 | 100101 | 1111 | 10000 | 101000101 | 110001 | 1000100 |
Color Harmonies of #D687B5
Complementary color
Monochromatic Colors of #D687B5
Black with #D687B5
Text Example
Text Example
White with #D687B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D687B5; }
p { color: rgb(214,135,181); }
H1.HeaderClassName
{
color: #D687B5;
}
.AnyTagClassName
{
color: #D687B5;
}
</style>
background-color css
<style>
a { background-color: #D687B5; }
a { background-color: rgb(214,135,181); }
div.DivClassName
{
background-color: #D687B5;
}
.BgClassName
{
background-color: #D687B5;
}
</style>
border-color css
<style>
span { border-color: #D687B5; }
span { border-color: rgb(214,135,181); }
td.TdClassName
{
border-color: #D687B5;
}
.TagClassName
{
border-color: #D687B5;
}
</style>