Shades of Shocking #D682BA
Tints of Shocking #D682BA
RGB
CMYK
RGB Variations
Color information
#D682BA (or 0xD682BA) is known color: Shocking. HEX triplet: D6, 82 and BA. RGB value is (214,130,186). Sum of RGB (Red+Green+Blue) = 214+130+186=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D682BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682BA is #297D45. Grayscale: #A1A1A1. Windows color (decimal): -2719046 or 12223190. OLE color: 12223190.
HSL color Cylindrical-coordinate representation of color #D682BA: hue angle of 320º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D682BA is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 186 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.16 |
| HSL | 320º | 0.51% | 0.67% | - |
| HSV(B) | 320º | 0.39% | 0.84% | - |
| XYZ | 44.58 | 33.81 | 50.63 | - |
| YUV | 161.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 186 | 0 | 0.39 | 0.13 | 0.16 | 320 | 0.51 | 0.67 |
| Hex | D6 | 82 | BA | 0 | 27 | D | 10 | 140 | 33 | 43 |
| Octal | 326 | 202 | 272 | 0 | 47 | 15 | 20 | 500 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10111010 | 0 | 100111 | 1101 | 10000 | 101000000 | 110011 | 1000011 |
Color Harmonies of #D682BA
Complementary color
Monochromatic Colors of #D682BA
Black with #D682BA
Text Example
Text Example
White with #D682BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682BA; }
p { color: rgb(214,130,186); }
H1.HeaderClassName
{
color: #D682BA;
}
.AnyTagClassName
{
color: #D682BA;
}
</style>
background-color css
<style>
a { background-color: #D682BA; }
a { background-color: rgb(214,130,186); }
div.DivClassName
{
background-color: #D682BA;
}
.BgClassName
{
background-color: #D682BA;
}
</style>
border-color css
<style>
span { border-color: #D682BA; }
span { border-color: rgb(214,130,186); }
td.TdClassName
{
border-color: #D682BA;
}
.TagClassName
{
border-color: #D682BA;
}
</style>