Shades of Shocking #D593C2
Tints of Shocking #D593C2
RGB
CMYK
RGB Variations
Color information
#D593C2 (or 0xD593C2) is known color: Shocking. HEX triplet: D5, 93 and C2. RGB value is (213,147,194). Sum of RGB (Red+Green+Blue) = 213+147+194=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D593C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593C2 is #2A6C3D. Grayscale: #ABABAB. Windows color (decimal): -2780222 or 12751829. OLE color: 12751829.
HSL color Cylindrical-coordinate representation of color #D593C2: hue angle of 317.27º 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 #D593C2 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 194 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.16 |
| HSL | 317.27º | 0.44% | 0.71% | - |
| HSV(B) | 317.27º | 0.31% | 0.84% | - |
| XYZ | 47.61 | 38.91 | 56.04 | - |
| YUV | 172.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 194 | 0 | 0.31 | 0.09 | 0.16 | 317.27 | 0.44 | 0.71 |
| Hex | D5 | 93 | C2 | 0 | 1F | 9 | 10 | 13D | 2C | 47 |
| Octal | 325 | 223 | 302 | 0 | 37 | 11 | 20 | 475 | 54 | 107 |
| Binary | 11010101 | 10010011 | 11000010 | 0 | 11111 | 1001 | 10000 | 100111101 | 101100 | 1000111 |
Color Harmonies of #D593C2
Complementary color
Monochromatic Colors of #D593C2
Black with #D593C2
Text Example
Text Example
White with #D593C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593C2; }
p { color: rgb(213,147,194); }
H1.HeaderClassName
{
color: #D593C2;
}
.AnyTagClassName
{
color: #D593C2;
}
</style>
background-color css
<style>
a { background-color: #D593C2; }
a { background-color: rgb(213,147,194); }
div.DivClassName
{
background-color: #D593C2;
}
.BgClassName
{
background-color: #D593C2;
}
</style>
border-color css
<style>
span { border-color: #D593C2; }
span { border-color: rgb(213,147,194); }
td.TdClassName
{
border-color: #D593C2;
}
.TagClassName
{
border-color: #D593C2;
}
</style>