Shades of Shocking #D590C0
Tints of Shocking #D590C0
RGB
CMYK
RGB Variations
Color information
#D590C0 (or 0xD590C0) is known color: Shocking. HEX triplet: D5, 90 and C0. RGB value is (213,144,192). Sum of RGB (Red+Green+Blue) = 213+144+192=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D590C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590C0 is #2A6F3F. Grayscale: #A9A9A9. Windows color (decimal): -2780992 or 12619989. OLE color: 12619989.
HSL color Cylindrical-coordinate representation of color #D590C0: hue angle of 318.26º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D590C0 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 192 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.16 |
| HSL | 318.26º | 0.45% | 0.7% | - |
| HSV(B) | 318.26º | 0.32% | 0.84% | - |
| XYZ | 46.93 | 37.9 | 54.71 | - |
| YUV | 170.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 192 | 0 | 0.32 | 0.10 | 0.16 | 318.26 | 0.45 | 0.7 |
| Hex | D5 | 90 | C0 | 0 | 20 | A | 10 | 13E | 2D | 46 |
| Octal | 325 | 220 | 300 | 0 | 40 | 12 | 20 | 476 | 55 | 106 |
| Binary | 11010101 | 10010000 | 11000000 | 0 | 100000 | 1010 | 10000 | 100111110 | 101101 | 1000110 |
Color Harmonies of #D590C0
Complementary color
Monochromatic Colors of #D590C0
Black with #D590C0
Text Example
Text Example
White with #D590C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D590C0; }
p { color: rgb(213,144,192); }
H1.HeaderClassName
{
color: #D590C0;
}
.AnyTagClassName
{
color: #D590C0;
}
</style>
background-color css
<style>
a { background-color: #D590C0; }
a { background-color: rgb(213,144,192); }
div.DivClassName
{
background-color: #D590C0;
}
.BgClassName
{
background-color: #D590C0;
}
</style>
border-color css
<style>
span { border-color: #D590C0; }
span { border-color: rgb(213,144,192); }
td.TdClassName
{
border-color: #D590C0;
}
.TagClassName
{
border-color: #D590C0;
}
</style>