Shades of Shocking #D588BF
Tints of Shocking #D588BF
RGB
CMYK
RGB Variations
Color information
#D588BF (or 0xD588BF) is known color: Shocking. HEX triplet: D5, 88 and BF. RGB value is (213,136,191). Sum of RGB (Red+Green+Blue) = 213+136+191=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D588BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588BF is #2A7740. Grayscale: #A5A5A5. Windows color (decimal): -2783041 or 12552405. OLE color: 12552405.
HSL color Cylindrical-coordinate representation of color #D588BF: hue angle of 317.14º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D588BF is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 191 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.16 |
| HSL | 317.14º | 0.48% | 0.68% | - |
| HSV(B) | 317.14º | 0.36% | 0.84% | - |
| XYZ | 45.65 | 35.52 | 53.74 | - |
| YUV | 165.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 191 | 0 | 0.36 | 0.10 | 0.16 | 317.14 | 0.48 | 0.68 |
| Hex | D5 | 88 | BF | 0 | 24 | A | 10 | 13D | 30 | 44 |
| Octal | 325 | 210 | 277 | 0 | 44 | 12 | 20 | 475 | 60 | 104 |
| Binary | 11010101 | 10001000 | 10111111 | 0 | 100100 | 1010 | 10000 | 100111101 | 110000 | 1000100 |
Color Harmonies of #D588BF
Complementary color
Monochromatic Colors of #D588BF
Black with #D588BF
Text Example
Text Example
White with #D588BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588BF; }
p { color: rgb(213,136,191); }
H1.HeaderClassName
{
color: #D588BF;
}
.AnyTagClassName
{
color: #D588BF;
}
</style>
background-color css
<style>
a { background-color: #D588BF; }
a { background-color: rgb(213,136,191); }
div.DivClassName
{
background-color: #D588BF;
}
.BgClassName
{
background-color: #D588BF;
}
</style>
border-color css
<style>
span { border-color: #D588BF; }
span { border-color: rgb(213,136,191); }
td.TdClassName
{
border-color: #D588BF;
}
.TagClassName
{
border-color: #D588BF;
}
</style>