Shades of Shocking #DC8CC5
Tints of Shocking #DC8CC5
RGB
CMYK
RGB Variations
Color information
#DC8CC5 (or 0xDC8CC5) is known color: Shocking. HEX triplet: DC, 8C and C5. RGB value is (220,140,197). Sum of RGB (Red+Green+Blue) = 220+140+197=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CC5 is #23733A. Grayscale: #AAAAAA. Windows color (decimal): -2323259 or 12946652. OLE color: 12946652.
HSL color Cylindrical-coordinate representation of color #DC8CC5: hue angle of 317.25º 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 #DC8CC5 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 197 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.14 |
| HSL | 317.25º | 0.53% | 0.71% | - |
| HSV(B) | 317.25º | 0.36% | 0.86% | - |
| XYZ | 48.97 | 38 | 57.58 | - |
| YUV | 170.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 197 | 0 | 0.36 | 0.10 | 0.14 | 317.25 | 0.53 | 0.71 |
| Hex | DC | 8C | C5 | 0 | 24 | A | E | 13D | 35 | 47 |
| Octal | 334 | 214 | 305 | 0 | 44 | 12 | 16 | 475 | 65 | 107 |
| Binary | 11011100 | 10001100 | 11000101 | 0 | 100100 | 1010 | 1110 | 100111101 | 110101 | 1000111 |
Color Harmonies of #DC8CC5
Complementary color
Monochromatic Colors of #DC8CC5
Black with #DC8CC5
Text Example
Text Example
White with #DC8CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CC5; }
p { color: rgb(220,140,197); }
H1.HeaderClassName
{
color: #DC8CC5;
}
.AnyTagClassName
{
color: #DC8CC5;
}
</style>
background-color css
<style>
a { background-color: #DC8CC5; }
a { background-color: rgb(220,140,197); }
div.DivClassName
{
background-color: #DC8CC5;
}
.BgClassName
{
background-color: #DC8CC5;
}
</style>
border-color css
<style>
span { border-color: #DC8CC5; }
span { border-color: rgb(220,140,197); }
td.TdClassName
{
border-color: #DC8CC5;
}
.TagClassName
{
border-color: #DC8CC5;
}
</style>