Shades of Shocking #D593C0
Tints of Shocking #D593C0
RGB
CMYK
RGB Variations
Color information
#D593C0 (or 0xD593C0) is known color: Shocking. HEX triplet: D5, 93 and C0. RGB value is (213,147,192). Sum of RGB (Red+Green+Blue) = 213+147+192=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D593C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593C0 is #2A6C3F. Grayscale: #ABABAB. Windows color (decimal): -2780224 or 12620757. OLE color: 12620757.
HSL color Cylindrical-coordinate representation of color #D593C0: hue angle of 319.09º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D593C0 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 192 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.16 |
| HSL | 319.09º | 0.44% | 0.71% | - |
| HSV(B) | 319.09º | 0.31% | 0.84% | - |
| XYZ | 47.39 | 38.82 | 54.86 | - |
| YUV | 171.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 192 | 0 | 0.31 | 0.10 | 0.16 | 319.09 | 0.44 | 0.71 |
| Hex | D5 | 93 | C0 | 0 | 1F | A | 10 | 13F | 2C | 47 |
| Octal | 325 | 223 | 300 | 0 | 37 | 12 | 20 | 477 | 54 | 107 |
| Binary | 11010101 | 10010011 | 11000000 | 0 | 11111 | 1010 | 10000 | 100111111 | 101100 | 1000111 |
Color Harmonies of #D593C0
Complementary color
Monochromatic Colors of #D593C0
Black with #D593C0
Text Example
Text Example
White with #D593C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593C0; }
p { color: rgb(213,147,192); }
H1.HeaderClassName
{
color: #D593C0;
}
.AnyTagClassName
{
color: #D593C0;
}
</style>
background-color css
<style>
a { background-color: #D593C0; }
a { background-color: rgb(213,147,192); }
div.DivClassName
{
background-color: #D593C0;
}
.BgClassName
{
background-color: #D593C0;
}
</style>
border-color css
<style>
span { border-color: #D593C0; }
span { border-color: rgb(213,147,192); }
td.TdClassName
{
border-color: #D593C0;
}
.TagClassName
{
border-color: #D593C0;
}
</style>