Shades of Shocking #DD9DC0
Tints of Shocking #DD9DC0
RGB
CMYK
RGB Variations
Color information
#DD9DC0 (or 0xDD9DC0) is known color: Shocking. HEX triplet: DD, 9D and C0. RGB value is (221,157,192). Sum of RGB (Red+Green+Blue) = 221+157+192=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DC0 is #22623F. Grayscale: #B4B4B4. Windows color (decimal): -2253376 or 12623325. OLE color: 12623325.
HSL color Cylindrical-coordinate representation of color #DD9DC0: hue angle of 327.19º degrees, saturation: 0.48, 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 #DD9DC0 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 192 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.13 |
| HSL | 327.19º | 0.48% | 0.74% | - |
| HSV(B) | 327.19º | 0.29% | 0.87% | - |
| XYZ | 51.39 | 43.29 | 55.52 | - |
| YUV | 180.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 192 | 0 | 0.29 | 0.13 | 0.13 | 327.19 | 0.48 | 0.74 |
| Hex | DD | 9D | C0 | 0 | 1D | D | D | 147 | 30 | 4A |
| Octal | 335 | 235 | 300 | 0 | 35 | 15 | 15 | 507 | 60 | 112 |
| Binary | 11011101 | 10011101 | 11000000 | 0 | 11101 | 1101 | 1101 | 101000111 | 110000 | 1001010 |
Color Harmonies of #DD9DC0
Complementary color
Monochromatic Colors of #DD9DC0
Black with #DD9DC0
Text Example
Text Example
White with #DD9DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9DC0; }
p { color: rgb(221,157,192); }
H1.HeaderClassName
{
color: #DD9DC0;
}
.AnyTagClassName
{
color: #DD9DC0;
}
</style>
background-color css
<style>
a { background-color: #DD9DC0; }
a { background-color: rgb(221,157,192); }
div.DivClassName
{
background-color: #DD9DC0;
}
.BgClassName
{
background-color: #DD9DC0;
}
</style>
border-color css
<style>
span { border-color: #DD9DC0; }
span { border-color: rgb(221,157,192); }
td.TdClassName
{
border-color: #DD9DC0;
}
.TagClassName
{
border-color: #DD9DC0;
}
</style>