Shades of Shocking #D594B7
Tints of Shocking #D594B7
RGB
CMYK
RGB Variations
Color information
#D594B7 (or 0xD594B7) is known color: Shocking. HEX triplet: D5, 94 and B7. RGB value is (213,148,183). Sum of RGB (Red+Green+Blue) = 213+148+183=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D594B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594B7 is #2A6B48. Grayscale: #ABABAB. Windows color (decimal): -2779977 or 12031189. OLE color: 12031189.
HSL color Cylindrical-coordinate representation of color #D594B7: hue angle of 327.69º 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 #D594B7 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 183 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.16 |
| HSL | 327.69º | 0.44% | 0.71% | - |
| HSV(B) | 327.69º | 0.31% | 0.84% | - |
| XYZ | 46.58 | 38.74 | 49.82 | - |
| YUV | 171.43 | 134.53 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 183 | 0 | 0.31 | 0.14 | 0.16 | 327.69 | 0.44 | 0.71 |
| Hex | D5 | 94 | B7 | 0 | 1F | E | 10 | 148 | 2C | 47 |
| Octal | 325 | 224 | 267 | 0 | 37 | 16 | 20 | 510 | 54 | 107 |
| Binary | 11010101 | 10010100 | 10110111 | 0 | 11111 | 1110 | 10000 | 101001000 | 101100 | 1000111 |
Color Harmonies of #D594B7
Complementary color
Monochromatic Colors of #D594B7
Black with #D594B7
Text Example
Text Example
White with #D594B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594B7; }
p { color: rgb(213,148,183); }
H1.HeaderClassName
{
color: #D594B7;
}
.AnyTagClassName
{
color: #D594B7;
}
</style>
background-color css
<style>
a { background-color: #D594B7; }
a { background-color: rgb(213,148,183); }
div.DivClassName
{
background-color: #D594B7;
}
.BgClassName
{
background-color: #D594B7;
}
</style>
border-color css
<style>
span { border-color: #D594B7; }
span { border-color: rgb(213,148,183); }
td.TdClassName
{
border-color: #D594B7;
}
.TagClassName
{
border-color: #D594B7;
}
</style>