Shades of Shocking #D594C0
Tints of Shocking #D594C0
RGB
CMYK
RGB Variations
Color information
#D594C0 (or 0xD594C0) is known color: Shocking. HEX triplet: D5, 94 and C0. RGB value is (213,148,192). Sum of RGB (Red+Green+Blue) = 213+148+192=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D594C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594C0 is #2A6B3F. Grayscale: #ACACAC. Windows color (decimal): -2779968 or 12621013. OLE color: 12621013.
HSL color Cylindrical-coordinate representation of color #D594C0: hue angle of 319.38º 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 #D594C0 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 192 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.16 |
| HSL | 319.38º | 0.44% | 0.71% | - |
| HSV(B) | 319.38º | 0.31% | 0.84% | - |
| XYZ | 47.54 | 39.13 | 54.92 | - |
| YUV | 172.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 192 | 0 | 0.31 | 0.10 | 0.16 | 319.38 | 0.44 | 0.71 |
| Hex | D5 | 94 | C0 | 0 | 1F | A | 10 | 13F | 2C | 47 |
| Octal | 325 | 224 | 300 | 0 | 37 | 12 | 20 | 477 | 54 | 107 |
| Binary | 11010101 | 10010100 | 11000000 | 0 | 11111 | 1010 | 10000 | 100111111 | 101100 | 1000111 |
Color Harmonies of #D594C0
Complementary color
Monochromatic Colors of #D594C0
Black with #D594C0
Text Example
Text Example
White with #D594C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594C0; }
p { color: rgb(213,148,192); }
H1.HeaderClassName
{
color: #D594C0;
}
.AnyTagClassName
{
color: #D594C0;
}
</style>
background-color css
<style>
a { background-color: #D594C0; }
a { background-color: rgb(213,148,192); }
div.DivClassName
{
background-color: #D594C0;
}
.BgClassName
{
background-color: #D594C0;
}
</style>
border-color css
<style>
span { border-color: #D594C0; }
span { border-color: rgb(213,148,192); }
td.TdClassName
{
border-color: #D594C0;
}
.TagClassName
{
border-color: #D594C0;
}
</style>