Shades of Shocking #DC9CC1
Tints of Shocking #DC9CC1
RGB
CMYK
RGB Variations
Color information
#DC9CC1 (or 0xDC9CC1) is known color: Shocking. HEX triplet: DC, 9C and C1. RGB value is (220,156,193). Sum of RGB (Red+Green+Blue) = 220+156+193=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CC1 is #23633E. Grayscale: #B3B3B3. Windows color (decimal): -2319167 or 12688604. OLE color: 12688604.
HSL color Cylindrical-coordinate representation of color #DC9CC1: hue angle of 325.31º degrees, saturation: 0.48, 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 #DC9CC1 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 193 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.14 |
| HSL | 325.31º | 0.48% | 0.74% | - |
| HSV(B) | 325.31º | 0.29% | 0.86% | - |
| XYZ | 51.03 | 42.84 | 56.03 | - |
| YUV | 179.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 193 | 0 | 0.29 | 0.12 | 0.14 | 325.31 | 0.48 | 0.74 |
| Hex | DC | 9C | C1 | 0 | 1D | C | E | 145 | 30 | 4A |
| Octal | 334 | 234 | 301 | 0 | 35 | 14 | 16 | 505 | 60 | 112 |
| Binary | 11011100 | 10011100 | 11000001 | 0 | 11101 | 1100 | 1110 | 101000101 | 110000 | 1001010 |
Color Harmonies of #DC9CC1
Complementary color
Monochromatic Colors of #DC9CC1
Black with #DC9CC1
Text Example
Text Example
White with #DC9CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CC1; }
p { color: rgb(220,156,193); }
H1.HeaderClassName
{
color: #DC9CC1;
}
.AnyTagClassName
{
color: #DC9CC1;
}
</style>
background-color css
<style>
a { background-color: #DC9CC1; }
a { background-color: rgb(220,156,193); }
div.DivClassName
{
background-color: #DC9CC1;
}
.BgClassName
{
background-color: #DC9CC1;
}
</style>
border-color css
<style>
span { border-color: #DC9CC1; }
span { border-color: rgb(220,156,193); }
td.TdClassName
{
border-color: #DC9CC1;
}
.TagClassName
{
border-color: #DC9CC1;
}
</style>