Shades of Shocking #D59CC0
Tints of Shocking #D59CC0
RGB
CMYK
RGB Variations
Color information
#D59CC0 (or 0xD59CC0) is known color: Shocking. HEX triplet: D5, 9C and C0. RGB value is (213,156,192). Sum of RGB (Red+Green+Blue) = 213+156+192=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CC0 is #2A633F. Grayscale: #B1B1B1. Windows color (decimal): -2777920 or 12623061. OLE color: 12623061.
HSL color Cylindrical-coordinate representation of color #D59CC0: hue angle of 322.11º 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 #D59CC0 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 156 | 192 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.16 |
| HSL | 322.11º | 0.4% | 0.72% | - |
| HSV(B) | 322.11º | 0.27% | 0.84% | - |
| XYZ | 48.84 | 41.73 | 55.35 | - |
| YUV | 177.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 192 | 0 | 0.27 | 0.10 | 0.16 | 322.11 | 0.4 | 0.72 |
| Hex | D5 | 9C | C0 | 0 | 1B | A | 10 | 142 | 28 | 48 |
| Octal | 325 | 234 | 300 | 0 | 33 | 12 | 20 | 502 | 50 | 110 |
| Binary | 11010101 | 10011100 | 11000000 | 0 | 11011 | 1010 | 10000 | 101000010 | 101000 | 1001000 |
Color Harmonies of #D59CC0
Complementary color
Monochromatic Colors of #D59CC0
Black with #D59CC0
Text Example
Text Example
White with #D59CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CC0; }
p { color: rgb(213,156,192); }
H1.HeaderClassName
{
color: #D59CC0;
}
.AnyTagClassName
{
color: #D59CC0;
}
</style>
background-color css
<style>
a { background-color: #D59CC0; }
a { background-color: rgb(213,156,192); }
div.DivClassName
{
background-color: #D59CC0;
}
.BgClassName
{
background-color: #D59CC0;
}
</style>
border-color css
<style>
span { border-color: #D59CC0; }
span { border-color: rgb(213,156,192); }
td.TdClassName
{
border-color: #D59CC0;
}
.TagClassName
{
border-color: #D59CC0;
}
</style>