Shades of Shocking #D593BC
Tints of Shocking #D593BC
RGB
CMYK
RGB Variations
Color information
#D593BC (or 0xD593BC) is known color: Shocking. HEX triplet: D5, 93 and BC. RGB value is (213,147,188). Sum of RGB (Red+Green+Blue) = 213+147+188=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D593BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593BC is #2A6C43. Grayscale: #ABABAB. Windows color (decimal): -2780228 or 12358613. OLE color: 12358613.
HSL color Cylindrical-coordinate representation of color #D593BC: hue angle of 322.73º 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 #D593BC is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 188 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.16 |
| HSL | 322.73º | 0.44% | 0.71% | - |
| HSV(B) | 322.73º | 0.31% | 0.84% | - |
| XYZ | 46.95 | 38.64 | 52.56 | - |
| YUV | 171.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 188 | 0 | 0.31 | 0.12 | 0.16 | 322.73 | 0.44 | 0.71 |
| Hex | D5 | 93 | BC | 0 | 1F | C | 10 | 143 | 2C | 47 |
| Octal | 325 | 223 | 274 | 0 | 37 | 14 | 20 | 503 | 54 | 107 |
| Binary | 11010101 | 10010011 | 10111100 | 0 | 11111 | 1100 | 10000 | 101000011 | 101100 | 1000111 |
Color Harmonies of #D593BC
Complementary color
Monochromatic Colors of #D593BC
Black with #D593BC
Text Example
Text Example
White with #D593BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593BC; }
p { color: rgb(213,147,188); }
H1.HeaderClassName
{
color: #D593BC;
}
.AnyTagClassName
{
color: #D593BC;
}
</style>
background-color css
<style>
a { background-color: #D593BC; }
a { background-color: rgb(213,147,188); }
div.DivClassName
{
background-color: #D593BC;
}
.BgClassName
{
background-color: #D593BC;
}
</style>
border-color css
<style>
span { border-color: #D593BC; }
span { border-color: rgb(213,147,188); }
td.TdClassName
{
border-color: #D593BC;
}
.TagClassName
{
border-color: #D593BC;
}
</style>