Shades of Shocking #D682BB
Tints of Shocking #D682BB
RGB
CMYK
RGB Variations
Color information
#D682BB (or 0xD682BB) is known color: Shocking. HEX triplet: D6, 82 and BB. RGB value is (214,130,187). Sum of RGB (Red+Green+Blue) = 214+130+187=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D682BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682BB is #297D44. Grayscale: #A1A1A1. Windows color (decimal): -2719045 or 12288726. OLE color: 12288726.
HSL color Cylindrical-coordinate representation of color #D682BB: hue angle of 319.29º 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 #D682BB is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 187 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.16 |
| HSL | 319.29º | 0.51% | 0.67% | - |
| HSV(B) | 319.29º | 0.39% | 0.84% | - |
| XYZ | 44.68 | 33.85 | 51.19 | - |
| YUV | 161.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 187 | 0 | 0.39 | 0.13 | 0.16 | 319.29 | 0.51 | 0.67 |
| Hex | D6 | 82 | BB | 0 | 27 | D | 10 | 13F | 33 | 43 |
| Octal | 326 | 202 | 273 | 0 | 47 | 15 | 20 | 477 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10111011 | 0 | 100111 | 1101 | 10000 | 100111111 | 110011 | 1000011 |
Color Harmonies of #D682BB
Complementary color
Monochromatic Colors of #D682BB
Black with #D682BB
Text Example
Text Example
White with #D682BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682BB; }
p { color: rgb(214,130,187); }
H1.HeaderClassName
{
color: #D682BB;
}
.AnyTagClassName
{
color: #D682BB;
}
</style>
background-color css
<style>
a { background-color: #D682BB; }
a { background-color: rgb(214,130,187); }
div.DivClassName
{
background-color: #D682BB;
}
.BgClassName
{
background-color: #D682BB;
}
</style>
border-color css
<style>
span { border-color: #D682BB; }
span { border-color: rgb(214,130,187); }
td.TdClassName
{
border-color: #D682BB;
}
.TagClassName
{
border-color: #D682BB;
}
</style>