Shades of Shocking #D588BD
Tints of Shocking #D588BD
RGB
CMYK
RGB Variations
Color information
#D588BD (or 0xD588BD) is known color: Shocking. HEX triplet: D5, 88 and BD. RGB value is (213,136,189). Sum of RGB (Red+Green+Blue) = 213+136+189=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D588BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588BD is #2A7742. Grayscale: #A4A4A4. Windows color (decimal): -2783043 or 12421333. OLE color: 12421333.
HSL color Cylindrical-coordinate representation of color #D588BD: hue angle of 318.7º 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 #D588BD is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 189 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.16 |
| HSL | 318.7º | 0.48% | 0.68% | - |
| HSV(B) | 318.7º | 0.36% | 0.84% | - |
| XYZ | 45.43 | 35.43 | 52.59 | - |
| YUV | 165.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 189 | 0 | 0.36 | 0.11 | 0.16 | 318.7 | 0.48 | 0.68 |
| Hex | D5 | 88 | BD | 0 | 24 | B | 10 | 13F | 30 | 44 |
| Octal | 325 | 210 | 275 | 0 | 44 | 13 | 20 | 477 | 60 | 104 |
| Binary | 11010101 | 10001000 | 10111101 | 0 | 100100 | 1011 | 10000 | 100111111 | 110000 | 1000100 |
Color Harmonies of #D588BD
Complementary color
Monochromatic Colors of #D588BD
Black with #D588BD
Text Example
Text Example
White with #D588BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588BD; }
p { color: rgb(213,136,189); }
H1.HeaderClassName
{
color: #D588BD;
}
.AnyTagClassName
{
color: #D588BD;
}
</style>
background-color css
<style>
a { background-color: #D588BD; }
a { background-color: rgb(213,136,189); }
div.DivClassName
{
background-color: #D588BD;
}
.BgClassName
{
background-color: #D588BD;
}
</style>
border-color css
<style>
span { border-color: #D588BD; }
span { border-color: rgb(213,136,189); }
td.TdClassName
{
border-color: #D588BD;
}
.TagClassName
{
border-color: #D588BD;
}
</style>