Shades of Shocking #DC8CC0
Tints of Shocking #DC8CC0
RGB
CMYK
RGB Variations
Color information
#DC8CC0 (or 0xDC8CC0) is known color: Shocking. HEX triplet: DC, 8C and C0. RGB value is (220,140,192). Sum of RGB (Red+Green+Blue) = 220+140+192=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CC0 is #23733F. Grayscale: #A9A9A9. Windows color (decimal): -2323264 or 12618972. OLE color: 12618972.
HSL color Cylindrical-coordinate representation of color #DC8CC0: hue angle of 321º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8CC0 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 192 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.14 |
| HSL | 321º | 0.53% | 0.71% | - |
| HSV(B) | 321º | 0.36% | 0.86% | - |
| XYZ | 48.41 | 37.78 | 54.61 | - |
| YUV | 169.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 192 | 0 | 0.36 | 0.13 | 0.14 | 321 | 0.53 | 0.71 |
| Hex | DC | 8C | C0 | 0 | 24 | D | E | 141 | 35 | 47 |
| Octal | 334 | 214 | 300 | 0 | 44 | 15 | 16 | 501 | 65 | 107 |
| Binary | 11011100 | 10001100 | 11000000 | 0 | 100100 | 1101 | 1110 | 101000001 | 110101 | 1000111 |
Color Harmonies of #DC8CC0
Complementary color
Monochromatic Colors of #DC8CC0
Black with #DC8CC0
Text Example
Text Example
White with #DC8CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CC0; }
p { color: rgb(220,140,192); }
H1.HeaderClassName
{
color: #DC8CC0;
}
.AnyTagClassName
{
color: #DC8CC0;
}
</style>
background-color css
<style>
a { background-color: #DC8CC0; }
a { background-color: rgb(220,140,192); }
div.DivClassName
{
background-color: #DC8CC0;
}
.BgClassName
{
background-color: #DC8CC0;
}
</style>
border-color css
<style>
span { border-color: #DC8CC0; }
span { border-color: rgb(220,140,192); }
td.TdClassName
{
border-color: #DC8CC0;
}
.TagClassName
{
border-color: #DC8CC0;
}
</style>