Shades of Shocking #D588C0
Tints of Shocking #D588C0
RGB
CMYK
RGB Variations
Color information
#D588C0 (or 0xD588C0) is known color: Shocking. HEX triplet: D5, 88 and C0. RGB value is (213,136,192). Sum of RGB (Red+Green+Blue) = 213+136+192=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D588C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588C0 is #2A773F. Grayscale: #A5A5A5. Windows color (decimal): -2783040 or 12617941. OLE color: 12617941.
HSL color Cylindrical-coordinate representation of color #D588C0: hue angle of 316.36º 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 #D588C0 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 192 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.16 |
| HSL | 316.36º | 0.48% | 0.68% | - |
| HSV(B) | 316.36º | 0.36% | 0.84% | - |
| XYZ | 45.76 | 35.56 | 54.32 | - |
| YUV | 165.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 192 | 0 | 0.36 | 0.10 | 0.16 | 316.36 | 0.48 | 0.68 |
| Hex | D5 | 88 | C0 | 0 | 24 | A | 10 | 13C | 30 | 44 |
| Octal | 325 | 210 | 300 | 0 | 44 | 12 | 20 | 474 | 60 | 104 |
| Binary | 11010101 | 10001000 | 11000000 | 0 | 100100 | 1010 | 10000 | 100111100 | 110000 | 1000100 |
Color Harmonies of #D588C0
Complementary color
Monochromatic Colors of #D588C0
Black with #D588C0
Text Example
Text Example
White with #D588C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588C0; }
p { color: rgb(213,136,192); }
H1.HeaderClassName
{
color: #D588C0;
}
.AnyTagClassName
{
color: #D588C0;
}
</style>
background-color css
<style>
a { background-color: #D588C0; }
a { background-color: rgb(213,136,192); }
div.DivClassName
{
background-color: #D588C0;
}
.BgClassName
{
background-color: #D588C0;
}
</style>
border-color css
<style>
span { border-color: #D588C0; }
span { border-color: rgb(213,136,192); }
td.TdClassName
{
border-color: #D588C0;
}
.TagClassName
{
border-color: #D588C0;
}
</style>