Shades of Shocking #D593B8
Tints of Shocking #D593B8
RGB
CMYK
RGB Variations
Color information
#D593B8 (or 0xD593B8) is known color: Shocking. HEX triplet: D5, 93 and B8. RGB value is (213,147,184). Sum of RGB (Red+Green+Blue) = 213+147+184=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D593B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593B8 is #2A6C47. Grayscale: #AAAAAA. Windows color (decimal): -2780232 or 12096469. OLE color: 12096469.
HSL color Cylindrical-coordinate representation of color #D593B8: hue angle of 326.36º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D593B8 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 184 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.16 |
| HSL | 326.36º | 0.44% | 0.71% | - |
| HSV(B) | 326.36º | 0.31% | 0.84% | - |
| XYZ | 46.53 | 38.47 | 50.32 | - |
| YUV | 170.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 184 | 0 | 0.31 | 0.14 | 0.16 | 326.36 | 0.44 | 0.71 |
| Hex | D5 | 93 | B8 | 0 | 1F | E | 10 | 146 | 2C | 47 |
| Octal | 325 | 223 | 270 | 0 | 37 | 16 | 20 | 506 | 54 | 107 |
| Binary | 11010101 | 10010011 | 10111000 | 0 | 11111 | 1110 | 10000 | 101000110 | 101100 | 1000111 |
Color Harmonies of #D593B8
Complementary color
Monochromatic Colors of #D593B8
Black with #D593B8
Text Example
Text Example
White with #D593B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593B8; }
p { color: rgb(213,147,184); }
H1.HeaderClassName
{
color: #D593B8;
}
.AnyTagClassName
{
color: #D593B8;
}
</style>
background-color css
<style>
a { background-color: #D593B8; }
a { background-color: rgb(213,147,184); }
div.DivClassName
{
background-color: #D593B8;
}
.BgClassName
{
background-color: #D593B8;
}
</style>
border-color css
<style>
span { border-color: #D593B8; }
span { border-color: rgb(213,147,184); }
td.TdClassName
{
border-color: #D593B8;
}
.TagClassName
{
border-color: #D593B8;
}
</style>