Shades of Shocking #D893BE
Tints of Shocking #D893BE
RGB
CMYK
RGB Variations
Color information
#D893BE (or 0xD893BE) is known color: Shocking. HEX triplet: D8, 93 and BE. RGB value is (216,147,190). Sum of RGB (Red+Green+Blue) = 216+147+190=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D893BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893BE is #276C41. Grayscale: #ACACAC. Windows color (decimal): -2583618 or 12489688. OLE color: 12489688.
HSL color Cylindrical-coordinate representation of color #D893BE: hue angle of 322.61º 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 #D893BE is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 190 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.15 |
| HSL | 322.61º | 0.47% | 0.71% | - |
| HSV(B) | 322.61º | 0.32% | 0.85% | - |
| XYZ | 48.05 | 39.18 | 53.75 | - |
| YUV | 172.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 190 | 0 | 0.32 | 0.12 | 0.15 | 322.61 | 0.47 | 0.71 |
| Hex | D8 | 93 | BE | 0 | 20 | C | F | 143 | 2F | 47 |
| Octal | 330 | 223 | 276 | 0 | 40 | 14 | 17 | 503 | 57 | 107 |
| Binary | 11011000 | 10010011 | 10111110 | 0 | 100000 | 1100 | 1111 | 101000011 | 101111 | 1000111 |
Color Harmonies of #D893BE
Complementary color
Monochromatic Colors of #D893BE
Black with #D893BE
Text Example
Text Example
White with #D893BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D893BE; }
p { color: rgb(216,147,190); }
H1.HeaderClassName
{
color: #D893BE;
}
.AnyTagClassName
{
color: #D893BE;
}
</style>
background-color css
<style>
a { background-color: #D893BE; }
a { background-color: rgb(216,147,190); }
div.DivClassName
{
background-color: #D893BE;
}
.BgClassName
{
background-color: #D893BE;
}
</style>
border-color css
<style>
span { border-color: #D893BE; }
span { border-color: rgb(216,147,190); }
td.TdClassName
{
border-color: #D893BE;
}
.TagClassName
{
border-color: #D893BE;
}
</style>