Shades of Shocking #D684B8
Tints of Shocking #D684B8
RGB
CMYK
RGB Variations
Color information
#D684B8 (or 0xD684B8) is known color: Shocking. HEX triplet: D6, 84 and B8. RGB value is (214,132,184). Sum of RGB (Red+Green+Blue) = 214+132+184=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D684B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684B8 is #297B47. Grayscale: #A2A2A2. Windows color (decimal): -2718536 or 12092630. OLE color: 12092630.
HSL color Cylindrical-coordinate representation of color #D684B8: hue angle of 321.95º 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 #D684B8 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 184 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.16 |
| HSL | 321.95º | 0.5% | 0.68% | - |
| HSV(B) | 321.95º | 0.38% | 0.84% | - |
| XYZ | 44.63 | 34.26 | 49.61 | - |
| YUV | 162.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 184 | 0 | 0.38 | 0.14 | 0.16 | 321.95 | 0.5 | 0.68 |
| Hex | D6 | 84 | B8 | 0 | 26 | E | 10 | 142 | 32 | 44 |
| Octal | 326 | 204 | 270 | 0 | 46 | 16 | 20 | 502 | 62 | 104 |
| Binary | 11010110 | 10000100 | 10111000 | 0 | 100110 | 1110 | 10000 | 101000010 | 110010 | 1000100 |
Color Harmonies of #D684B8
Complementary color
Monochromatic Colors of #D684B8
Black with #D684B8
Text Example
Text Example
White with #D684B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684B8; }
p { color: rgb(214,132,184); }
H1.HeaderClassName
{
color: #D684B8;
}
.AnyTagClassName
{
color: #D684B8;
}
</style>
background-color css
<style>
a { background-color: #D684B8; }
a { background-color: rgb(214,132,184); }
div.DivClassName
{
background-color: #D684B8;
}
.BgClassName
{
background-color: #D684B8;
}
</style>
border-color css
<style>
span { border-color: #D684B8; }
span { border-color: rgb(214,132,184); }
td.TdClassName
{
border-color: #D684B8;
}
.TagClassName
{
border-color: #D684B8;
}
</style>