Shades of Shocking #D596BE
Tints of Shocking #D596BE
RGB
CMYK
RGB Variations
Color information
#D596BE (or 0xD596BE) is known color: Shocking. HEX triplet: D5, 96 and BE. RGB value is (213,150,190). Sum of RGB (Red+Green+Blue) = 213+150+190=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D596BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596BE is #2A6941. Grayscale: #ADADAD. Windows color (decimal): -2779458 or 12490453. OLE color: 12490453.
HSL color Cylindrical-coordinate representation of color #D596BE: hue angle of 321.9º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596BE is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 190 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.16 |
| HSL | 321.9º | 0.43% | 0.71% | - |
| HSV(B) | 321.9º | 0.3% | 0.84% | - |
| XYZ | 47.64 | 39.68 | 53.86 | - |
| YUV | 173.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 190 | 0 | 0.30 | 0.11 | 0.16 | 321.9 | 0.43 | 0.71 |
| Hex | D5 | 96 | BE | 0 | 1E | B | 10 | 142 | 2B | 47 |
| Octal | 325 | 226 | 276 | 0 | 36 | 13 | 20 | 502 | 53 | 107 |
| Binary | 11010101 | 10010110 | 10111110 | 0 | 11110 | 1011 | 10000 | 101000010 | 101011 | 1000111 |
Color Harmonies of #D596BE
Complementary color
Monochromatic Colors of #D596BE
Black with #D596BE
Text Example
Text Example
White with #D596BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596BE; }
p { color: rgb(213,150,190); }
H1.HeaderClassName
{
color: #D596BE;
}
.AnyTagClassName
{
color: #D596BE;
}
</style>
background-color css
<style>
a { background-color: #D596BE; }
a { background-color: rgb(213,150,190); }
div.DivClassName
{
background-color: #D596BE;
}
.BgClassName
{
background-color: #D596BE;
}
</style>
border-color css
<style>
span { border-color: #D596BE; }
span { border-color: rgb(213,150,190); }
td.TdClassName
{
border-color: #D596BE;
}
.TagClassName
{
border-color: #D596BE;
}
</style>