Shades of Shocking #D893B5
Tints of Shocking #D893B5
RGB
CMYK
RGB Variations
Color information
#D893B5 (or 0xD893B5) is known color: Shocking. HEX triplet: D8, 93 and B5. RGB value is (216,147,181). Sum of RGB (Red+Green+Blue) = 216+147+181=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D893B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893B5 is #276C4A. Grayscale: #ABABAB. Windows color (decimal): -2583627 or 11899864. OLE color: 11899864.
HSL color Cylindrical-coordinate representation of color #D893B5: hue angle of 330.43º 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 #D893B5 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 181 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.15 |
| HSL | 330.43º | 0.47% | 0.71% | - |
| HSV(B) | 330.43º | 0.32% | 0.85% | - |
| XYZ | 47.09 | 38.8 | 48.72 | - |
| YUV | 171.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 181 | 0 | 0.32 | 0.16 | 0.15 | 330.43 | 0.47 | 0.71 |
| Hex | D8 | 93 | B5 | 0 | 20 | 10 | F | 14A | 2F | 47 |
| Octal | 330 | 223 | 265 | 0 | 40 | 20 | 17 | 512 | 57 | 107 |
| Binary | 11011000 | 10010011 | 10110101 | 0 | 100000 | 10000 | 1111 | 101001010 | 101111 | 1000111 |
Color Harmonies of #D893B5
Complementary color
Monochromatic Colors of #D893B5
Black with #D893B5
Text Example
Text Example
White with #D893B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D893B5; }
p { color: rgb(216,147,181); }
H1.HeaderClassName
{
color: #D893B5;
}
.AnyTagClassName
{
color: #D893B5;
}
</style>
background-color css
<style>
a { background-color: #D893B5; }
a { background-color: rgb(216,147,181); }
div.DivClassName
{
background-color: #D893B5;
}
.BgClassName
{
background-color: #D893B5;
}
</style>
border-color css
<style>
span { border-color: #D893B5; }
span { border-color: rgb(216,147,181); }
td.TdClassName
{
border-color: #D893B5;
}
.TagClassName
{
border-color: #D893B5;
}
</style>