Shades of Shocking #D594BC
Tints of Shocking #D594BC
RGB
CMYK
RGB Variations
Color information
#D594BC (or 0xD594BC) is known color: Shocking. HEX triplet: D5, 94 and BC. RGB value is (213,148,188). Sum of RGB (Red+Green+Blue) = 213+148+188=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D594BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594BC is #2A6B43. Grayscale: #ABABAB. Windows color (decimal): -2779972 or 12358869. OLE color: 12358869.
HSL color Cylindrical-coordinate representation of color #D594BC: hue angle of 323.08º 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 #D594BC is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 188 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.16 |
| HSL | 323.08º | 0.44% | 0.71% | - |
| HSV(B) | 323.08º | 0.31% | 0.84% | - |
| XYZ | 47.11 | 38.96 | 52.61 | - |
| YUV | 172 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 188 | 0 | 0.31 | 0.12 | 0.16 | 323.08 | 0.44 | 0.71 |
| Hex | D5 | 94 | BC | 0 | 1F | C | 10 | 143 | 2C | 47 |
| Octal | 325 | 224 | 274 | 0 | 37 | 14 | 20 | 503 | 54 | 107 |
| Binary | 11010101 | 10010100 | 10111100 | 0 | 11111 | 1100 | 10000 | 101000011 | 101100 | 1000111 |
Color Harmonies of #D594BC
Complementary color
Monochromatic Colors of #D594BC
Black with #D594BC
Text Example
Text Example
White with #D594BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594BC; }
p { color: rgb(213,148,188); }
H1.HeaderClassName
{
color: #D594BC;
}
.AnyTagClassName
{
color: #D594BC;
}
</style>
background-color css
<style>
a { background-color: #D594BC; }
a { background-color: rgb(213,148,188); }
div.DivClassName
{
background-color: #D594BC;
}
.BgClassName
{
background-color: #D594BC;
}
</style>
border-color css
<style>
span { border-color: #D594BC; }
span { border-color: rgb(213,148,188); }
td.TdClassName
{
border-color: #D594BC;
}
.TagClassName
{
border-color: #D594BC;
}
</style>