Shades of Shocking #DD9CC2
Tints of Shocking #DD9CC2
RGB
CMYK
RGB Variations
Color information
#DD9CC2 (or 0xDD9CC2) is known color: Shocking. HEX triplet: DD, 9C and C2. RGB value is (221,156,194). Sum of RGB (Red+Green+Blue) = 221+156+194=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CC2 is #22633D. Grayscale: #B3B3B3. Windows color (decimal): -2253630 or 12754141. OLE color: 12754141.
HSL color Cylindrical-coordinate representation of color #DD9CC2: hue angle of 324.92º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9CC2 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 194 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.13 |
| HSL | 324.92º | 0.49% | 0.74% | - |
| HSV(B) | 324.92º | 0.29% | 0.87% | - |
| XYZ | 51.44 | 43.04 | 56.64 | - |
| YUV | 179.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 194 | 0 | 0.29 | 0.12 | 0.13 | 324.92 | 0.49 | 0.74 |
| Hex | DD | 9C | C2 | 0 | 1D | C | D | 145 | 31 | 4A |
| Octal | 335 | 234 | 302 | 0 | 35 | 14 | 15 | 505 | 61 | 112 |
| Binary | 11011101 | 10011100 | 11000010 | 0 | 11101 | 1100 | 1101 | 101000101 | 110001 | 1001010 |
Color Harmonies of #DD9CC2
Complementary color
Monochromatic Colors of #DD9CC2
Black with #DD9CC2
Text Example
Text Example
White with #DD9CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CC2; }
p { color: rgb(221,156,194); }
H1.HeaderClassName
{
color: #DD9CC2;
}
.AnyTagClassName
{
color: #DD9CC2;
}
</style>
background-color css
<style>
a { background-color: #DD9CC2; }
a { background-color: rgb(221,156,194); }
div.DivClassName
{
background-color: #DD9CC2;
}
.BgClassName
{
background-color: #DD9CC2;
}
</style>
border-color css
<style>
span { border-color: #DD9CC2; }
span { border-color: rgb(221,156,194); }
td.TdClassName
{
border-color: #DD9CC2;
}
.TagClassName
{
border-color: #DD9CC2;
}
</style>