Shades of Shocking #D592C2
Tints of Shocking #D592C2
RGB
CMYK
RGB Variations
Color information
#D592C2 (or 0xD592C2) is known color: Shocking. HEX triplet: D5, 92 and C2. RGB value is (213,146,194). Sum of RGB (Red+Green+Blue) = 213+146+194=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D592C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592C2 is #2A6D3D. Grayscale: #ABABAB. Windows color (decimal): -2780478 or 12751573. OLE color: 12751573.
HSL color Cylindrical-coordinate representation of color #D592C2: hue angle of 317.01º 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 #D592C2 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 194 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.16 |
| HSL | 317.01º | 0.44% | 0.7% | - |
| HSV(B) | 317.01º | 0.31% | 0.84% | - |
| XYZ | 47.46 | 38.6 | 55.99 | - |
| YUV | 171.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 194 | 0 | 0.31 | 0.09 | 0.16 | 317.01 | 0.44 | 0.7 |
| Hex | D5 | 92 | C2 | 0 | 1F | 9 | 10 | 13D | 2C | 46 |
| Octal | 325 | 222 | 302 | 0 | 37 | 11 | 20 | 475 | 54 | 106 |
| Binary | 11010101 | 10010010 | 11000010 | 0 | 11111 | 1001 | 10000 | 100111101 | 101100 | 1000110 |
Color Harmonies of #D592C2
Complementary color
Monochromatic Colors of #D592C2
Black with #D592C2
Text Example
Text Example
White with #D592C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592C2; }
p { color: rgb(213,146,194); }
H1.HeaderClassName
{
color: #D592C2;
}
.AnyTagClassName
{
color: #D592C2;
}
</style>
background-color css
<style>
a { background-color: #D592C2; }
a { background-color: rgb(213,146,194); }
div.DivClassName
{
background-color: #D592C2;
}
.BgClassName
{
background-color: #D592C2;
}
</style>
border-color css
<style>
span { border-color: #D592C2; }
span { border-color: rgb(213,146,194); }
td.TdClassName
{
border-color: #D592C2;
}
.TagClassName
{
border-color: #D592C2;
}
</style>