Shades of Shocking #D993C5
Tints of Shocking #D993C5
RGB
CMYK
RGB Variations
Color information
#D993C5 (or 0xD993C5) is known color: Shocking. HEX triplet: D9, 93 and C5. RGB value is (217,147,197). Sum of RGB (Red+Green+Blue) = 217+147+197=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D993C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993C5 is #266C3A. Grayscale: #ADADAD. Windows color (decimal): -2518075 or 12948441. OLE color: 12948441.
HSL color Cylindrical-coordinate representation of color #D993C5: hue angle of 317.14º 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 #D993C5 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 197 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.15 |
| HSL | 317.14º | 0.48% | 0.71% | - |
| HSV(B) | 317.14º | 0.32% | 0.85% | - |
| XYZ | 49.13 | 39.65 | 57.89 | - |
| YUV | 173.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 197 | 0 | 0.32 | 0.09 | 0.15 | 317.14 | 0.48 | 0.71 |
| Hex | D9 | 93 | C5 | 0 | 20 | 9 | F | 13D | 30 | 47 |
| Octal | 331 | 223 | 305 | 0 | 40 | 11 | 17 | 475 | 60 | 107 |
| Binary | 11011001 | 10010011 | 11000101 | 0 | 100000 | 1001 | 1111 | 100111101 | 110000 | 1000111 |
Color Harmonies of #D993C5
Complementary color
Monochromatic Colors of #D993C5
Black with #D993C5
Text Example
Text Example
White with #D993C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D993C5; }
p { color: rgb(217,147,197); }
H1.HeaderClassName
{
color: #D993C5;
}
.AnyTagClassName
{
color: #D993C5;
}
</style>
background-color css
<style>
a { background-color: #D993C5; }
a { background-color: rgb(217,147,197); }
div.DivClassName
{
background-color: #D993C5;
}
.BgClassName
{
background-color: #D993C5;
}
</style>
border-color css
<style>
span { border-color: #D993C5; }
span { border-color: rgb(217,147,197); }
td.TdClassName
{
border-color: #D993C5;
}
.TagClassName
{
border-color: #D993C5;
}
</style>