Shades of Shocking #D596B8
Tints of Shocking #D596B8
RGB
CMYK
RGB Variations
Color information
#D596B8 (or 0xD596B8) is known color: Shocking. HEX triplet: D5, 96 and B8. RGB value is (213,150,184). Sum of RGB (Red+Green+Blue) = 213+150+184=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D596B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596B8 is #2A6947. Grayscale: #ACACAC. Windows color (decimal): -2779464 or 12097237. OLE color: 12097237.
HSL color Cylindrical-coordinate representation of color #D596B8: hue angle of 327.62º 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 #D596B8 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 184 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.16 |
| HSL | 327.62º | 0.43% | 0.71% | - |
| HSV(B) | 327.62º | 0.3% | 0.84% | - |
| XYZ | 47 | 39.42 | 50.48 | - |
| YUV | 172.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 184 | 0 | 0.30 | 0.14 | 0.16 | 327.62 | 0.43 | 0.71 |
| Hex | D5 | 96 | B8 | 0 | 1E | E | 10 | 148 | 2B | 47 |
| Octal | 325 | 226 | 270 | 0 | 36 | 16 | 20 | 510 | 53 | 107 |
| Binary | 11010101 | 10010110 | 10111000 | 0 | 11110 | 1110 | 10000 | 101001000 | 101011 | 1000111 |
Color Harmonies of #D596B8
Complementary color
Monochromatic Colors of #D596B8
Black with #D596B8
Text Example
Text Example
White with #D596B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596B8; }
p { color: rgb(213,150,184); }
H1.HeaderClassName
{
color: #D596B8;
}
.AnyTagClassName
{
color: #D596B8;
}
</style>
background-color css
<style>
a { background-color: #D596B8; }
a { background-color: rgb(213,150,184); }
div.DivClassName
{
background-color: #D596B8;
}
.BgClassName
{
background-color: #D596B8;
}
</style>
border-color css
<style>
span { border-color: #D596B8; }
span { border-color: rgb(213,150,184); }
td.TdClassName
{
border-color: #D596B8;
}
.TagClassName
{
border-color: #D596B8;
}
</style>