Shades of Shocking #D993B5
Tints of Shocking #D993B5
RGB
CMYK
RGB Variations
Color information
#D993B5 (or 0xD993B5) is known color: Shocking. HEX triplet: D9, 93 and B5. RGB value is (217,147,181). Sum of RGB (Red+Green+Blue) = 217+147+181=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D993B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993B5 is #266C4A. Grayscale: #ABABAB. Windows color (decimal): -2518091 or 11899865. OLE color: 11899865.
HSL color Cylindrical-coordinate representation of color #D993B5: hue angle of 330.86º degrees, saturation: 0.48, 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 #D993B5 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 181 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.15 |
| HSL | 330.86º | 0.48% | 0.71% | - |
| HSV(B) | 330.86º | 0.32% | 0.85% | - |
| XYZ | 47.39 | 38.96 | 48.74 | - |
| YUV | 171.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 181 | 0 | 0.32 | 0.17 | 0.15 | 330.86 | 0.48 | 0.71 |
| Hex | D9 | 93 | B5 | 0 | 20 | 11 | F | 14B | 30 | 47 |
| Octal | 331 | 223 | 265 | 0 | 40 | 21 | 17 | 513 | 60 | 107 |
| Binary | 11011001 | 10010011 | 10110101 | 0 | 100000 | 10001 | 1111 | 101001011 | 110000 | 1000111 |
Color Harmonies of #D993B5
Complementary color
Monochromatic Colors of #D993B5
Black with #D993B5
Text Example
Text Example
White with #D993B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D993B5; }
p { color: rgb(217,147,181); }
H1.HeaderClassName
{
color: #D993B5;
}
.AnyTagClassName
{
color: #D993B5;
}
</style>
background-color css
<style>
a { background-color: #D993B5; }
a { background-color: rgb(217,147,181); }
div.DivClassName
{
background-color: #D993B5;
}
.BgClassName
{
background-color: #D993B5;
}
</style>
border-color css
<style>
span { border-color: #D993B5; }
span { border-color: rgb(217,147,181); }
td.TdClassName
{
border-color: #D993B5;
}
.TagClassName
{
border-color: #D993B5;
}
</style>