Shades of Shocking #D688BA
Tints of Shocking #D688BA
RGB
CMYK
RGB Variations
Color information
#D688BA (or 0xD688BA) is known color: Shocking. HEX triplet: D6, 88 and BA. RGB value is (214,136,186). Sum of RGB (Red+Green+Blue) = 214+136+186=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D688BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688BA is #297745. Grayscale: #A4A4A4. Windows color (decimal): -2717510 or 12224726. OLE color: 12224726.
HSL color Cylindrical-coordinate representation of color #D688BA: hue angle of 321.54º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D688BA is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 186 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.16 |
| HSL | 321.54º | 0.49% | 0.69% | - |
| HSV(B) | 321.54º | 0.36% | 0.84% | - |
| XYZ | 45.4 | 35.45 | 50.9 | - |
| YUV | 165.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 186 | 0 | 0.36 | 0.13 | 0.16 | 321.54 | 0.49 | 0.69 |
| Hex | D6 | 88 | BA | 0 | 24 | D | 10 | 142 | 31 | 45 |
| Octal | 326 | 210 | 272 | 0 | 44 | 15 | 20 | 502 | 61 | 105 |
| Binary | 11010110 | 10001000 | 10111010 | 0 | 100100 | 1101 | 10000 | 101000010 | 110001 | 1000101 |
Color Harmonies of #D688BA
Complementary color
Monochromatic Colors of #D688BA
Black with #D688BA
Text Example
Text Example
White with #D688BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D688BA; }
p { color: rgb(214,136,186); }
H1.HeaderClassName
{
color: #D688BA;
}
.AnyTagClassName
{
color: #D688BA;
}
</style>
background-color css
<style>
a { background-color: #D688BA; }
a { background-color: rgb(214,136,186); }
div.DivClassName
{
background-color: #D688BA;
}
.BgClassName
{
background-color: #D688BA;
}
</style>
border-color css
<style>
span { border-color: #D688BA; }
span { border-color: rgb(214,136,186); }
td.TdClassName
{
border-color: #D688BA;
}
.TagClassName
{
border-color: #D688BA;
}
</style>