Shades of Shocking #D594BE
Tints of Shocking #D594BE
RGB
CMYK
RGB Variations
Color information
#D594BE (or 0xD594BE) is known color: Shocking. HEX triplet: D5, 94 and BE. RGB value is (213,148,190). Sum of RGB (Red+Green+Blue) = 213+148+190=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D594BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594BE is #2A6B41. Grayscale: #ACACAC. Windows color (decimal): -2779970 or 12489941. OLE color: 12489941.
HSL color Cylindrical-coordinate representation of color #D594BE: hue angle of 321.23º 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 #D594BE is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 190 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.16 |
| HSL | 321.23º | 0.44% | 0.71% | - |
| HSV(B) | 321.23º | 0.31% | 0.84% | - |
| XYZ | 47.32 | 39.04 | 53.76 | - |
| YUV | 172.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 190 | 0 | 0.31 | 0.11 | 0.16 | 321.23 | 0.44 | 0.71 |
| Hex | D5 | 94 | BE | 0 | 1F | B | 10 | 141 | 2C | 47 |
| Octal | 325 | 224 | 276 | 0 | 37 | 13 | 20 | 501 | 54 | 107 |
| Binary | 11010101 | 10010100 | 10111110 | 0 | 11111 | 1011 | 10000 | 101000001 | 101100 | 1000111 |
Color Harmonies of #D594BE
Complementary color
Monochromatic Colors of #D594BE
Black with #D594BE
Text Example
Text Example
White with #D594BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594BE; }
p { color: rgb(213,148,190); }
H1.HeaderClassName
{
color: #D594BE;
}
.AnyTagClassName
{
color: #D594BE;
}
</style>
background-color css
<style>
a { background-color: #D594BE; }
a { background-color: rgb(213,148,190); }
div.DivClassName
{
background-color: #D594BE;
}
.BgClassName
{
background-color: #D594BE;
}
</style>
border-color css
<style>
span { border-color: #D594BE; }
span { border-color: rgb(213,148,190); }
td.TdClassName
{
border-color: #D594BE;
}
.TagClassName
{
border-color: #D594BE;
}
</style>