Shades of Shocking #D893B9
Tints of Shocking #D893B9
RGB
CMYK
RGB Variations
Color information
#D893B9 (or 0xD893B9) is known color: Shocking. HEX triplet: D8, 93 and B9. RGB value is (216,147,185). Sum of RGB (Red+Green+Blue) = 216+147+185=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D893B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893B9 is #276C46. Grayscale: #ABABAB. Windows color (decimal): -2583623 or 12162008. OLE color: 12162008.
HSL color Cylindrical-coordinate representation of color #D893B9: hue angle of 326.96º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D893B9 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 185 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.15 |
| HSL | 326.96º | 0.47% | 0.71% | - |
| HSV(B) | 326.96º | 0.32% | 0.85% | - |
| XYZ | 47.51 | 38.97 | 50.92 | - |
| YUV | 171.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 185 | 0 | 0.32 | 0.14 | 0.15 | 326.96 | 0.47 | 0.71 |
| Hex | D8 | 93 | B9 | 0 | 20 | E | F | 147 | 2F | 47 |
| Octal | 330 | 223 | 271 | 0 | 40 | 16 | 17 | 507 | 57 | 107 |
| Binary | 11011000 | 10010011 | 10111001 | 0 | 100000 | 1110 | 1111 | 101000111 | 101111 | 1000111 |
Color Harmonies of #D893B9
Complementary color
Monochromatic Colors of #D893B9
Black with #D893B9
Text Example
Text Example
White with #D893B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D893B9; }
p { color: rgb(216,147,185); }
H1.HeaderClassName
{
color: #D893B9;
}
.AnyTagClassName
{
color: #D893B9;
}
</style>
background-color css
<style>
a { background-color: #D893B9; }
a { background-color: rgb(216,147,185); }
div.DivClassName
{
background-color: #D893B9;
}
.BgClassName
{
background-color: #D893B9;
}
</style>
border-color css
<style>
span { border-color: #D893B9; }
span { border-color: rgb(216,147,185); }
td.TdClassName
{
border-color: #D893B9;
}
.TagClassName
{
border-color: #D893B9;
}
</style>