Shades of Shocking #D593BD
Tints of Shocking #D593BD
RGB
CMYK
RGB Variations
Color information
#D593BD (or 0xD593BD) is known color: Shocking. HEX triplet: D5, 93 and BD. RGB value is (213,147,189). Sum of RGB (Red+Green+Blue) = 213+147+189=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D593BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593BD is #2A6C42. Grayscale: #ABABAB. Windows color (decimal): -2780227 or 12424149. OLE color: 12424149.
HSL color Cylindrical-coordinate representation of color #D593BD: hue angle of 321.82º 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 #D593BD is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 189 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.16 |
| HSL | 321.82º | 0.44% | 0.71% | - |
| HSV(B) | 321.82º | 0.31% | 0.84% | - |
| XYZ | 47.06 | 38.69 | 53.13 | - |
| YUV | 171.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 189 | 0 | 0.31 | 0.11 | 0.16 | 321.82 | 0.44 | 0.71 |
| Hex | D5 | 93 | BD | 0 | 1F | B | 10 | 142 | 2C | 47 |
| Octal | 325 | 223 | 275 | 0 | 37 | 13 | 20 | 502 | 54 | 107 |
| Binary | 11010101 | 10010011 | 10111101 | 0 | 11111 | 1011 | 10000 | 101000010 | 101100 | 1000111 |
Color Harmonies of #D593BD
Complementary color
Monochromatic Colors of #D593BD
Black with #D593BD
Text Example
Text Example
White with #D593BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593BD; }
p { color: rgb(213,147,189); }
H1.HeaderClassName
{
color: #D593BD;
}
.AnyTagClassName
{
color: #D593BD;
}
</style>
background-color css
<style>
a { background-color: #D593BD; }
a { background-color: rgb(213,147,189); }
div.DivClassName
{
background-color: #D593BD;
}
.BgClassName
{
background-color: #D593BD;
}
</style>
border-color css
<style>
span { border-color: #D593BD; }
span { border-color: rgb(213,147,189); }
td.TdClassName
{
border-color: #D593BD;
}
.TagClassName
{
border-color: #D593BD;
}
</style>