Shades of Shocking #D58CC0
Tints of Shocking #D58CC0
RGB
CMYK
RGB Variations
Color information
#D58CC0 (or 0xD58CC0) is known color: Shocking. HEX triplet: D5, 8C and C0. RGB value is (213,140,192). Sum of RGB (Red+Green+Blue) = 213+140+192=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CC0 is #2A733F. Grayscale: #A7A7A7. Windows color (decimal): -2782016 or 12618965. OLE color: 12618965.
HSL color Cylindrical-coordinate representation of color #D58CC0: hue angle of 317.26º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58CC0 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 192 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.16 |
| HSL | 317.26º | 0.46% | 0.69% | - |
| HSV(B) | 317.26º | 0.34% | 0.84% | - |
| XYZ | 46.33 | 36.71 | 54.51 | - |
| YUV | 167.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 192 | 0 | 0.34 | 0.10 | 0.16 | 317.26 | 0.46 | 0.69 |
| Hex | D5 | 8C | C0 | 0 | 22 | A | 10 | 13D | 2E | 45 |
| Octal | 325 | 214 | 300 | 0 | 42 | 12 | 20 | 475 | 56 | 105 |
| Binary | 11010101 | 10001100 | 11000000 | 0 | 100010 | 1010 | 10000 | 100111101 | 101110 | 1000101 |
Color Harmonies of #D58CC0
Complementary color
Monochromatic Colors of #D58CC0
Black with #D58CC0
Text Example
Text Example
White with #D58CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58CC0; }
p { color: rgb(213,140,192); }
H1.HeaderClassName
{
color: #D58CC0;
}
.AnyTagClassName
{
color: #D58CC0;
}
</style>
background-color css
<style>
a { background-color: #D58CC0; }
a { background-color: rgb(213,140,192); }
div.DivClassName
{
background-color: #D58CC0;
}
.BgClassName
{
background-color: #D58CC0;
}
</style>
border-color css
<style>
span { border-color: #D58CC0; }
span { border-color: rgb(213,140,192); }
td.TdClassName
{
border-color: #D58CC0;
}
.TagClassName
{
border-color: #D58CC0;
}
</style>