Shades of Shocking #D993C0
Tints of Shocking #D993C0
RGB
CMYK
RGB Variations
Color information
#D993C0 (or 0xD993C0) is known color: Shocking. HEX triplet: D9, 93 and C0. RGB value is (217,147,192). Sum of RGB (Red+Green+Blue) = 217+147+192=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D993C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993C0 is #266C3F. Grayscale: #ACACAC. Windows color (decimal): -2518080 or 12620761. OLE color: 12620761.
HSL color Cylindrical-coordinate representation of color #D993C0: hue angle of 321.43º 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 #D993C0 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 192 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.15 |
| HSL | 321.43º | 0.48% | 0.71% | - |
| HSV(B) | 321.43º | 0.32% | 0.85% | - |
| XYZ | 48.56 | 39.42 | 54.92 | - |
| YUV | 173.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 192 | 0 | 0.32 | 0.12 | 0.15 | 321.43 | 0.48 | 0.71 |
| Hex | D9 | 93 | C0 | 0 | 20 | C | F | 141 | 30 | 47 |
| Octal | 331 | 223 | 300 | 0 | 40 | 14 | 17 | 501 | 60 | 107 |
| Binary | 11011001 | 10010011 | 11000000 | 0 | 100000 | 1100 | 1111 | 101000001 | 110000 | 1000111 |
Color Harmonies of #D993C0
Complementary color
Monochromatic Colors of #D993C0
Black with #D993C0
Text Example
Text Example
White with #D993C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D993C0; }
p { color: rgb(217,147,192); }
H1.HeaderClassName
{
color: #D993C0;
}
.AnyTagClassName
{
color: #D993C0;
}
</style>
background-color css
<style>
a { background-color: #D993C0; }
a { background-color: rgb(217,147,192); }
div.DivClassName
{
background-color: #D993C0;
}
.BgClassName
{
background-color: #D993C0;
}
</style>
border-color css
<style>
span { border-color: #D993C0; }
span { border-color: rgb(217,147,192); }
td.TdClassName
{
border-color: #D993C0;
}
.TagClassName
{
border-color: #D993C0;
}
</style>