Shades of Shocking #D592C0
Tints of Shocking #D592C0
RGB
CMYK
RGB Variations
Color information
#D592C0 (or 0xD592C0) is known color: Shocking. HEX triplet: D5, 92 and C0. RGB value is (213,146,192). Sum of RGB (Red+Green+Blue) = 213+146+192=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D592C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592C0 is #2A6D3F. Grayscale: #ABABAB. Windows color (decimal): -2780480 or 12620501. OLE color: 12620501.
HSL color Cylindrical-coordinate representation of color #D592C0: hue angle of 318.81º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D592C0 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 192 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.16 |
| HSL | 318.81º | 0.44% | 0.7% | - |
| HSV(B) | 318.81º | 0.31% | 0.84% | - |
| XYZ | 47.23 | 38.51 | 54.81 | - |
| YUV | 171.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 192 | 0 | 0.31 | 0.10 | 0.16 | 318.81 | 0.44 | 0.7 |
| Hex | D5 | 92 | C0 | 0 | 1F | A | 10 | 13F | 2C | 46 |
| Octal | 325 | 222 | 300 | 0 | 37 | 12 | 20 | 477 | 54 | 106 |
| Binary | 11010101 | 10010010 | 11000000 | 0 | 11111 | 1010 | 10000 | 100111111 | 101100 | 1000110 |
Color Harmonies of #D592C0
Complementary color
Monochromatic Colors of #D592C0
Black with #D592C0
Text Example
Text Example
White with #D592C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592C0; }
p { color: rgb(213,146,192); }
H1.HeaderClassName
{
color: #D592C0;
}
.AnyTagClassName
{
color: #D592C0;
}
</style>
background-color css
<style>
a { background-color: #D592C0; }
a { background-color: rgb(213,146,192); }
div.DivClassName
{
background-color: #D592C0;
}
.BgClassName
{
background-color: #D592C0;
}
</style>
border-color css
<style>
span { border-color: #D592C0; }
span { border-color: rgb(213,146,192); }
td.TdClassName
{
border-color: #D592C0;
}
.TagClassName
{
border-color: #D592C0;
}
</style>