Shades of Shocking #D682B5
Tints of Shocking #D682B5
RGB
CMYK
RGB Variations
Color information
#D682B5 (or 0xD682B5) is known color: Shocking. HEX triplet: D6, 82 and B5. RGB value is (214,130,181). Sum of RGB (Red+Green+Blue) = 214+130+181=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D682B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682B5 is #297D4A. Grayscale: #A0A0A0. Windows color (decimal): -2719051 or 11895510. OLE color: 11895510.
HSL color Cylindrical-coordinate representation of color #D682B5: hue angle of 323.57º 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 #D682B5 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 181 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.16 |
| HSL | 323.57º | 0.51% | 0.67% | - |
| HSV(B) | 323.57º | 0.39% | 0.84% | - |
| XYZ | 44.05 | 33.6 | 47.88 | - |
| YUV | 160.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 181 | 0 | 0.39 | 0.15 | 0.16 | 323.57 | 0.51 | 0.67 |
| Hex | D6 | 82 | B5 | 0 | 27 | F | 10 | 144 | 33 | 43 |
| Octal | 326 | 202 | 265 | 0 | 47 | 17 | 20 | 504 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10110101 | 0 | 100111 | 1111 | 10000 | 101000100 | 110011 | 1000011 |
Color Harmonies of #D682B5
Complementary color
Monochromatic Colors of #D682B5
Black with #D682B5
Text Example
Text Example
White with #D682B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682B5; }
p { color: rgb(214,130,181); }
H1.HeaderClassName
{
color: #D682B5;
}
.AnyTagClassName
{
color: #D682B5;
}
</style>
background-color css
<style>
a { background-color: #D682B5; }
a { background-color: rgb(214,130,181); }
div.DivClassName
{
background-color: #D682B5;
}
.BgClassName
{
background-color: #D682B5;
}
</style>
border-color css
<style>
span { border-color: #D682B5; }
span { border-color: rgb(214,130,181); }
td.TdClassName
{
border-color: #D682B5;
}
.TagClassName
{
border-color: #D682B5;
}
</style>