Shades of Shocking #DC9DC8
Tints of Shocking #DC9DC8
RGB
CMYK
RGB Variations
Color information
#DC9DC8 (or 0xDC9DC8) is known color: Shocking. HEX triplet: DC, 9D and C8. RGB value is (220,157,200). Sum of RGB (Red+Green+Blue) = 220+157+200=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DC8 is #236237. Grayscale: #B4B4B4. Windows color (decimal): -2318904 or 13147612. OLE color: 13147612.
HSL color Cylindrical-coordinate representation of color #DC9DC8: hue angle of 319.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DC8 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 200 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.14 |
| HSL | 319.05º | 0.47% | 0.74% | - |
| HSV(B) | 319.05º | 0.29% | 0.86% | - |
| XYZ | 52 | 43.5 | 60.3 | - |
| YUV | 180.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 200 | 0 | 0.29 | 0.09 | 0.14 | 319.05 | 0.47 | 0.74 |
| Hex | DC | 9D | C8 | 0 | 1D | 9 | E | 13F | 2F | 4A |
| Octal | 334 | 235 | 310 | 0 | 35 | 11 | 16 | 477 | 57 | 112 |
| Binary | 11011100 | 10011101 | 11001000 | 0 | 11101 | 1001 | 1110 | 100111111 | 101111 | 1001010 |
Color Harmonies of #DC9DC8
Complementary color
Monochromatic Colors of #DC9DC8
Black with #DC9DC8
Text Example
Text Example
White with #DC9DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DC8; }
p { color: rgb(220,157,200); }
H1.HeaderClassName
{
color: #DC9DC8;
}
.AnyTagClassName
{
color: #DC9DC8;
}
</style>
background-color css
<style>
a { background-color: #DC9DC8; }
a { background-color: rgb(220,157,200); }
div.DivClassName
{
background-color: #DC9DC8;
}
.BgClassName
{
background-color: #DC9DC8;
}
</style>
border-color css
<style>
span { border-color: #DC9DC8; }
span { border-color: rgb(220,157,200); }
td.TdClassName
{
border-color: #DC9DC8;
}
.TagClassName
{
border-color: #DC9DC8;
}
</style>