Shades of Shocking #D893C0
Tints of Shocking #D893C0
RGB
CMYK
RGB Variations
Color information
#D893C0 (or 0xD893C0) is known color: Shocking. HEX triplet: D8, 93 and C0. RGB value is (216,147,192). Sum of RGB (Red+Green+Blue) = 216+147+192=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D893C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893C0 is #276C3F. Grayscale: #ACACAC. Windows color (decimal): -2583616 or 12620760. OLE color: 12620760.
HSL color Cylindrical-coordinate representation of color #D893C0: hue angle of 320.87º 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 #D893C0 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 192 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.15 |
| HSL | 320.87º | 0.47% | 0.71% | - |
| HSV(B) | 320.87º | 0.32% | 0.85% | - |
| XYZ | 48.27 | 39.27 | 54.91 | - |
| YUV | 172.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 192 | 0 | 0.32 | 0.11 | 0.15 | 320.87 | 0.47 | 0.71 |
| Hex | D8 | 93 | C0 | 0 | 20 | B | F | 141 | 2F | 47 |
| Octal | 330 | 223 | 300 | 0 | 40 | 13 | 17 | 501 | 57 | 107 |
| Binary | 11011000 | 10010011 | 11000000 | 0 | 100000 | 1011 | 1111 | 101000001 | 101111 | 1000111 |
Color Harmonies of #D893C0
Complementary color
Monochromatic Colors of #D893C0
Black with #D893C0
Text Example
Text Example
White with #D893C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D893C0; }
p { color: rgb(216,147,192); }
H1.HeaderClassName
{
color: #D893C0;
}
.AnyTagClassName
{
color: #D893C0;
}
</style>
background-color css
<style>
a { background-color: #D893C0; }
a { background-color: rgb(216,147,192); }
div.DivClassName
{
background-color: #D893C0;
}
.BgClassName
{
background-color: #D893C0;
}
</style>
border-color css
<style>
span { border-color: #D893C0; }
span { border-color: rgb(216,147,192); }
td.TdClassName
{
border-color: #D893C0;
}
.TagClassName
{
border-color: #D893C0;
}
</style>