Shades of Shocking #D884B9
Tints of Shocking #D884B9
RGB
CMYK
RGB Variations
Color information
#D884B9 (or 0xD884B9) is known color: Shocking. HEX triplet: D8, 84 and B9. RGB value is (216,132,185). Sum of RGB (Red+Green+Blue) = 216+132+185=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D884B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884B9 is #277B46. Grayscale: #A3A3A3. Windows color (decimal): -2587463 or 12158168. OLE color: 12158168.
HSL color Cylindrical-coordinate representation of color #D884B9: hue angle of 322.14º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D884B9 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 132 | 185 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.15 |
| HSL | 322.14º | 0.52% | 0.68% | - |
| HSV(B) | 322.14º | 0.39% | 0.85% | - |
| XYZ | 45.33 | 34.6 | 50.19 | - |
| YUV | 163.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 185 | 0 | 0.39 | 0.14 | 0.15 | 322.14 | 0.52 | 0.68 |
| Hex | D8 | 84 | B9 | 0 | 27 | E | F | 142 | 34 | 44 |
| Octal | 330 | 204 | 271 | 0 | 47 | 16 | 17 | 502 | 64 | 104 |
| Binary | 11011000 | 10000100 | 10111001 | 0 | 100111 | 1110 | 1111 | 101000010 | 110100 | 1000100 |
Color Harmonies of #D884B9
Complementary color
Monochromatic Colors of #D884B9
Black with #D884B9
Text Example
Text Example
White with #D884B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D884B9; }
p { color: rgb(216,132,185); }
H1.HeaderClassName
{
color: #D884B9;
}
.AnyTagClassName
{
color: #D884B9;
}
</style>
background-color css
<style>
a { background-color: #D884B9; }
a { background-color: rgb(216,132,185); }
div.DivClassName
{
background-color: #D884B9;
}
.BgClassName
{
background-color: #D884B9;
}
</style>
border-color css
<style>
span { border-color: #D884B9; }
span { border-color: rgb(216,132,185); }
td.TdClassName
{
border-color: #D884B9;
}
.TagClassName
{
border-color: #D884B9;
}
</style>