Shades of Shocking #D592BF
Tints of Shocking #D592BF
RGB
CMYK
RGB Variations
Color information
#D592BF (or 0xD592BF) is known color: Shocking. HEX triplet: D5, 92 and BF. RGB value is (213,146,191). Sum of RGB (Red+Green+Blue) = 213+146+191=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D592BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592BF is #2A6D40. Grayscale: #ABABAB. Windows color (decimal): -2780481 or 12554965. OLE color: 12554965.
HSL color Cylindrical-coordinate representation of color #D592BF: hue angle of 319.7º 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 #D592BF is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 191 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.16 |
| HSL | 319.7º | 0.44% | 0.7% | - |
| HSV(B) | 319.7º | 0.31% | 0.84% | - |
| XYZ | 47.12 | 38.47 | 54.23 | - |
| YUV | 171.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 191 | 0 | 0.31 | 0.10 | 0.16 | 319.7 | 0.44 | 0.7 |
| Hex | D5 | 92 | BF | 0 | 1F | A | 10 | 140 | 2C | 46 |
| Octal | 325 | 222 | 277 | 0 | 37 | 12 | 20 | 500 | 54 | 106 |
| Binary | 11010101 | 10010010 | 10111111 | 0 | 11111 | 1010 | 10000 | 101000000 | 101100 | 1000110 |
Color Harmonies of #D592BF
Complementary color
Monochromatic Colors of #D592BF
Black with #D592BF
Text Example
Text Example
White with #D592BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592BF; }
p { color: rgb(213,146,191); }
H1.HeaderClassName
{
color: #D592BF;
}
.AnyTagClassName
{
color: #D592BF;
}
</style>
background-color css
<style>
a { background-color: #D592BF; }
a { background-color: rgb(213,146,191); }
div.DivClassName
{
background-color: #D592BF;
}
.BgClassName
{
background-color: #D592BF;
}
</style>
border-color css
<style>
span { border-color: #D592BF; }
span { border-color: rgb(213,146,191); }
td.TdClassName
{
border-color: #D592BF;
}
.TagClassName
{
border-color: #D592BF;
}
</style>