Shades of Shocking #D59CBC
Tints of Shocking #D59CBC
RGB
CMYK
RGB Variations
Color information
#D59CBC (or 0xD59CBC) is known color: Shocking. HEX triplet: D5, 9C and BC. RGB value is (213,156,188). Sum of RGB (Red+Green+Blue) = 213+156+188=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CBC is #2A6343. Grayscale: #B0B0B0. Windows color (decimal): -2777924 or 12360917. OLE color: 12360917.
HSL color Cylindrical-coordinate representation of color #D59CBC: hue angle of 326.32º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59CBC is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 188 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.16 |
| HSL | 326.32º | 0.4% | 0.72% | - |
| HSV(B) | 326.32º | 0.27% | 0.84% | - |
| XYZ | 48.41 | 41.55 | 53.05 | - |
| YUV | 176.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 188 | 0 | 0.27 | 0.12 | 0.16 | 326.32 | 0.4 | 0.72 |
| Hex | D5 | 9C | BC | 0 | 1B | C | 10 | 146 | 28 | 48 |
| Octal | 325 | 234 | 274 | 0 | 33 | 14 | 20 | 506 | 50 | 110 |
| Binary | 11010101 | 10011100 | 10111100 | 0 | 11011 | 1100 | 10000 | 101000110 | 101000 | 1001000 |
Color Harmonies of #D59CBC
Complementary color
Monochromatic Colors of #D59CBC
Black with #D59CBC
Text Example
Text Example
White with #D59CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CBC; }
p { color: rgb(213,156,188); }
H1.HeaderClassName
{
color: #D59CBC;
}
.AnyTagClassName
{
color: #D59CBC;
}
</style>
background-color css
<style>
a { background-color: #D59CBC; }
a { background-color: rgb(213,156,188); }
div.DivClassName
{
background-color: #D59CBC;
}
.BgClassName
{
background-color: #D59CBC;
}
</style>
border-color css
<style>
span { border-color: #D59CBC; }
span { border-color: rgb(213,156,188); }
td.TdClassName
{
border-color: #D59CBC;
}
.TagClassName
{
border-color: #D59CBC;
}
</style>