Shades of Shocking #D893C6
Tints of Shocking #D893C6
RGB
CMYK
RGB Variations
Color information
#D893C6 (or 0xD893C6) is known color: Shocking. HEX triplet: D8, 93 and C6. RGB value is (216,147,198). Sum of RGB (Red+Green+Blue) = 216+147+198=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 216 - color contains mainly: red. Hex color #D893C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893C6 is #276C39. Grayscale: #ADADAD. Windows color (decimal): -2583610 or 13013976. OLE color: 13013976.
HSL color Cylindrical-coordinate representation of color #D893C6: hue angle of 315.65º 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 #D893C6 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 198 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.15 |
| HSL | 315.65º | 0.47% | 0.71% | - |
| HSV(B) | 315.65º | 0.32% | 0.85% | - |
| XYZ | 48.95 | 39.54 | 58.48 | - |
| YUV | 173.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 198 | 0 | 0.32 | 0.08 | 0.15 | 315.65 | 0.47 | 0.71 |
| Hex | D8 | 93 | C6 | 0 | 20 | 8 | F | 13C | 2F | 47 |
| Octal | 330 | 223 | 306 | 0 | 40 | 10 | 17 | 474 | 57 | 107 |
| Binary | 11011000 | 10010011 | 11000110 | 0 | 100000 | 1000 | 1111 | 100111100 | 101111 | 1000111 |
Color Harmonies of #D893C6
Complementary color
Monochromatic Colors of #D893C6
Black with #D893C6
Text Example
Text Example
White with #D893C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D893C6; }
p { color: rgb(216,147,198); }
H1.HeaderClassName
{
color: #D893C6;
}
.AnyTagClassName
{
color: #D893C6;
}
</style>
background-color css
<style>
a { background-color: #D893C6; }
a { background-color: rgb(216,147,198); }
div.DivClassName
{
background-color: #D893C6;
}
.BgClassName
{
background-color: #D893C6;
}
</style>
border-color css
<style>
span { border-color: #D893C6; }
span { border-color: rgb(216,147,198); }
td.TdClassName
{
border-color: #D893C6;
}
.TagClassName
{
border-color: #D893C6;
}
</style>