Shades of Shocking #D596BA
Tints of Shocking #D596BA
RGB
CMYK
RGB Variations
Color information
#D596BA (or 0xD596BA) is known color: Shocking. HEX triplet: D5, 96 and BA. RGB value is (213,150,186). Sum of RGB (Red+Green+Blue) = 213+150+186=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D596BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596BA is #2A6945. Grayscale: #ACACAC. Windows color (decimal): -2779462 or 12228309. OLE color: 12228309.
HSL color Cylindrical-coordinate representation of color #D596BA: hue angle of 325.71º 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 #D596BA is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 186 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.16 |
| HSL | 325.71º | 0.43% | 0.71% | - |
| HSV(B) | 325.71º | 0.3% | 0.84% | - |
| XYZ | 47.21 | 39.5 | 51.59 | - |
| YUV | 172.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 186 | 0 | 0.30 | 0.13 | 0.16 | 325.71 | 0.43 | 0.71 |
| Hex | D5 | 96 | BA | 0 | 1E | D | 10 | 146 | 2B | 47 |
| Octal | 325 | 226 | 272 | 0 | 36 | 15 | 20 | 506 | 53 | 107 |
| Binary | 11010101 | 10010110 | 10111010 | 0 | 11110 | 1101 | 10000 | 101000110 | 101011 | 1000111 |
Color Harmonies of #D596BA
Complementary color
Monochromatic Colors of #D596BA
Black with #D596BA
Text Example
Text Example
White with #D596BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596BA; }
p { color: rgb(213,150,186); }
H1.HeaderClassName
{
color: #D596BA;
}
.AnyTagClassName
{
color: #D596BA;
}
</style>
background-color css
<style>
a { background-color: #D596BA; }
a { background-color: rgb(213,150,186); }
div.DivClassName
{
background-color: #D596BA;
}
.BgClassName
{
background-color: #D596BA;
}
</style>
border-color css
<style>
span { border-color: #D596BA; }
span { border-color: rgb(213,150,186); }
td.TdClassName
{
border-color: #D596BA;
}
.TagClassName
{
border-color: #D596BA;
}
</style>