Shades of Shocking #D684B5
Tints of Shocking #D684B5
RGB
CMYK
RGB Variations
Color information
#D684B5 (or 0xD684B5) is known color: Shocking. HEX triplet: D6, 84 and B5. RGB value is (214,132,181). Sum of RGB (Red+Green+Blue) = 214+132+181=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D684B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684B5 is #297B4A. Grayscale: #A1A1A1. Windows color (decimal): -2718539 or 11896022. OLE color: 11896022.
HSL color Cylindrical-coordinate representation of color #D684B5: hue angle of 324.15º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D684B5 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 181 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.16 |
| HSL | 324.15º | 0.5% | 0.68% | - |
| HSV(B) | 324.15º | 0.38% | 0.84% | - |
| XYZ | 44.32 | 34.13 | 47.97 | - |
| YUV | 162.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 181 | 0 | 0.38 | 0.15 | 0.16 | 324.15 | 0.5 | 0.68 |
| Hex | D6 | 84 | B5 | 0 | 26 | F | 10 | 144 | 32 | 44 |
| Octal | 326 | 204 | 265 | 0 | 46 | 17 | 20 | 504 | 62 | 104 |
| Binary | 11010110 | 10000100 | 10110101 | 0 | 100110 | 1111 | 10000 | 101000100 | 110010 | 1000100 |
Color Harmonies of #D684B5
Complementary color
Monochromatic Colors of #D684B5
Black with #D684B5
Text Example
Text Example
White with #D684B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684B5; }
p { color: rgb(214,132,181); }
H1.HeaderClassName
{
color: #D684B5;
}
.AnyTagClassName
{
color: #D684B5;
}
</style>
background-color css
<style>
a { background-color: #D684B5; }
a { background-color: rgb(214,132,181); }
div.DivClassName
{
background-color: #D684B5;
}
.BgClassName
{
background-color: #D684B5;
}
</style>
border-color css
<style>
span { border-color: #D684B5; }
span { border-color: rgb(214,132,181); }
td.TdClassName
{
border-color: #D684B5;
}
.TagClassName
{
border-color: #D684B5;
}
</style>