Shades of Shocking #D592B7
Tints of Shocking #D592B7
RGB
CMYK
RGB Variations
Color information
#D592B7 (or 0xD592B7) is known color: Shocking. HEX triplet: D5, 92 and B7. RGB value is (213,146,183). Sum of RGB (Red+Green+Blue) = 213+146+183=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D592B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592B7 is #2A6D48. Grayscale: #AAAAAA. Windows color (decimal): -2780489 or 12030677. OLE color: 12030677.
HSL color Cylindrical-coordinate representation of color #D592B7: hue angle of 326.87º 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 #D592B7 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 183 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.16 |
| HSL | 326.87º | 0.44% | 0.7% | - |
| HSV(B) | 326.87º | 0.31% | 0.84% | - |
| XYZ | 46.27 | 38.12 | 49.72 | - |
| YUV | 170.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 183 | 0 | 0.31 | 0.14 | 0.16 | 326.87 | 0.44 | 0.7 |
| Hex | D5 | 92 | B7 | 0 | 1F | E | 10 | 147 | 2C | 46 |
| Octal | 325 | 222 | 267 | 0 | 37 | 16 | 20 | 507 | 54 | 106 |
| Binary | 11010101 | 10010010 | 10110111 | 0 | 11111 | 1110 | 10000 | 101000111 | 101100 | 1000110 |
Color Harmonies of #D592B7
Complementary color
Monochromatic Colors of #D592B7
Black with #D592B7
Text Example
Text Example
White with #D592B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592B7; }
p { color: rgb(213,146,183); }
H1.HeaderClassName
{
color: #D592B7;
}
.AnyTagClassName
{
color: #D592B7;
}
</style>
background-color css
<style>
a { background-color: #D592B7; }
a { background-color: rgb(213,146,183); }
div.DivClassName
{
background-color: #D592B7;
}
.BgClassName
{
background-color: #D592B7;
}
</style>
border-color css
<style>
span { border-color: #D592B7; }
span { border-color: rgb(213,146,183); }
td.TdClassName
{
border-color: #D592B7;
}
.TagClassName
{
border-color: #D592B7;
}
</style>