Shades of Shocking #DC9FC7
Tints of Shocking #DC9FC7
RGB
CMYK
RGB Variations
Color information
#DC9FC7 (or 0xDC9FC7) is known color: Shocking. HEX triplet: DC, 9F and C7. RGB value is (220,159,199). Sum of RGB (Red+Green+Blue) = 220+159+199=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FC7 is #236038. Grayscale: #B5B5B5. Windows color (decimal): -2318393 or 13082588. OLE color: 13082588.
HSL color Cylindrical-coordinate representation of color #DC9FC7: hue angle of 320.66º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FC7 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 199 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.14 |
| HSL | 320.66º | 0.47% | 0.74% | - |
| HSV(B) | 320.66º | 0.28% | 0.86% | - |
| XYZ | 52.22 | 44.14 | 59.8 | - |
| YUV | 181.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 199 | 0 | 0.28 | 0.10 | 0.14 | 320.66 | 0.47 | 0.74 |
| Hex | DC | 9F | C7 | 0 | 1C | A | E | 141 | 2F | 4A |
| Octal | 334 | 237 | 307 | 0 | 34 | 12 | 16 | 501 | 57 | 112 |
| Binary | 11011100 | 10011111 | 11000111 | 0 | 11100 | 1010 | 1110 | 101000001 | 101111 | 1001010 |
Color Harmonies of #DC9FC7
Complementary color
Monochromatic Colors of #DC9FC7
Black with #DC9FC7
Text Example
Text Example
White with #DC9FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FC7; }
p { color: rgb(220,159,199); }
H1.HeaderClassName
{
color: #DC9FC7;
}
.AnyTagClassName
{
color: #DC9FC7;
}
</style>
background-color css
<style>
a { background-color: #DC9FC7; }
a { background-color: rgb(220,159,199); }
div.DivClassName
{
background-color: #DC9FC7;
}
.BgClassName
{
background-color: #DC9FC7;
}
</style>
border-color css
<style>
span { border-color: #DC9FC7; }
span { border-color: rgb(220,159,199); }
td.TdClassName
{
border-color: #DC9FC7;
}
.TagClassName
{
border-color: #DC9FC7;
}
</style>