Shades of Shocking #D682B6
Tints of Shocking #D682B6
RGB
CMYK
RGB Variations
Color information
#D682B6 (or 0xD682B6) is known color: Shocking. HEX triplet: D6, 82 and B6. RGB value is (214,130,182). Sum of RGB (Red+Green+Blue) = 214+130+182=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D682B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682B6 is #297D49. Grayscale: #A0A0A0. Windows color (decimal): -2719050 or 11961046. OLE color: 11961046.
HSL color Cylindrical-coordinate representation of color #D682B6: hue angle of 322.86º 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 #D682B6 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 182 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.16 |
| HSL | 322.86º | 0.51% | 0.67% | - |
| HSV(B) | 322.86º | 0.39% | 0.84% | - |
| XYZ | 44.16 | 33.64 | 48.42 | - |
| YUV | 161.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 182 | 0 | 0.39 | 0.15 | 0.16 | 322.86 | 0.51 | 0.67 |
| Hex | D6 | 82 | B6 | 0 | 27 | F | 10 | 143 | 33 | 43 |
| Octal | 326 | 202 | 266 | 0 | 47 | 17 | 20 | 503 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10110110 | 0 | 100111 | 1111 | 10000 | 101000011 | 110011 | 1000011 |
Color Harmonies of #D682B6
Complementary color
Monochromatic Colors of #D682B6
Black with #D682B6
Text Example
Text Example
White with #D682B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682B6; }
p { color: rgb(214,130,182); }
H1.HeaderClassName
{
color: #D682B6;
}
.AnyTagClassName
{
color: #D682B6;
}
</style>
background-color css
<style>
a { background-color: #D682B6; }
a { background-color: rgb(214,130,182); }
div.DivClassName
{
background-color: #D682B6;
}
.BgClassName
{
background-color: #D682B6;
}
</style>
border-color css
<style>
span { border-color: #D682B6; }
span { border-color: rgb(214,130,182); }
td.TdClassName
{
border-color: #D682B6;
}
.TagClassName
{
border-color: #D682B6;
}
</style>