Shades of Shocking #D594B9
Tints of Shocking #D594B9
RGB
CMYK
RGB Variations
Color information
#D594B9 (or 0xD594B9) is known color: Shocking. HEX triplet: D5, 94 and B9. RGB value is (213,148,185). Sum of RGB (Red+Green+Blue) = 213+148+185=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D594B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594B9 is #2A6B46. Grayscale: #ABABAB. Windows color (decimal): -2779975 or 12162261. OLE color: 12162261.
HSL color Cylindrical-coordinate representation of color #D594B9: hue angle of 325.85º 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 #D594B9 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 185 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.16 |
| HSL | 325.85º | 0.44% | 0.71% | - |
| HSV(B) | 325.85º | 0.31% | 0.84% | - |
| XYZ | 46.79 | 38.83 | 50.93 | - |
| YUV | 171.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 185 | 0 | 0.31 | 0.13 | 0.16 | 325.85 | 0.44 | 0.71 |
| Hex | D5 | 94 | B9 | 0 | 1F | D | 10 | 146 | 2C | 47 |
| Octal | 325 | 224 | 271 | 0 | 37 | 15 | 20 | 506 | 54 | 107 |
| Binary | 11010101 | 10010100 | 10111001 | 0 | 11111 | 1101 | 10000 | 101000110 | 101100 | 1000111 |
Color Harmonies of #D594B9
Complementary color
Monochromatic Colors of #D594B9
Black with #D594B9
Text Example
Text Example
White with #D594B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594B9; }
p { color: rgb(213,148,185); }
H1.HeaderClassName
{
color: #D594B9;
}
.AnyTagClassName
{
color: #D594B9;
}
</style>
background-color css
<style>
a { background-color: #D594B9; }
a { background-color: rgb(213,148,185); }
div.DivClassName
{
background-color: #D594B9;
}
.BgClassName
{
background-color: #D594B9;
}
</style>
border-color css
<style>
span { border-color: #D594B9; }
span { border-color: rgb(213,148,185); }
td.TdClassName
{
border-color: #D594B9;
}
.TagClassName
{
border-color: #D594B9;
}
</style>