Shades of Shocking #DD9FCC
Tints of Shocking #DD9FCC
RGB
CMYK
RGB Variations
Color information
#DD9FCC (or 0xDD9FCC) is known color: Shocking. HEX triplet: DD, 9F and CC. RGB value is (221,159,204). Sum of RGB (Red+Green+Blue) = 221+159+204=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FCC is #226033. Grayscale: #B6B6B6. Windows color (decimal): -2252852 or 13410269. OLE color: 13410269.
HSL color Cylindrical-coordinate representation of color #DD9FCC: hue angle of 316.45º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FCC is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 204 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.13 |
| HSL | 316.45º | 0.48% | 0.75% | - |
| HSV(B) | 316.45º | 0.28% | 0.87% | - |
| XYZ | 53.12 | 44.53 | 62.92 | - |
| YUV | 182.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 204 | 0 | 0.28 | 0.08 | 0.13 | 316.45 | 0.48 | 0.75 |
| Hex | DD | 9F | CC | 0 | 1C | 8 | D | 13C | 30 | 4B |
| Octal | 335 | 237 | 314 | 0 | 34 | 10 | 15 | 474 | 60 | 113 |
| Binary | 11011101 | 10011111 | 11001100 | 0 | 11100 | 1000 | 1101 | 100111100 | 110000 | 1001011 |
Color Harmonies of #DD9FCC
Complementary color
Monochromatic Colors of #DD9FCC
Black with #DD9FCC
Text Example
Text Example
White with #DD9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FCC; }
p { color: rgb(221,159,204); }
H1.HeaderClassName
{
color: #DD9FCC;
}
.AnyTagClassName
{
color: #DD9FCC;
}
</style>
background-color css
<style>
a { background-color: #DD9FCC; }
a { background-color: rgb(221,159,204); }
div.DivClassName
{
background-color: #DD9FCC;
}
.BgClassName
{
background-color: #DD9FCC;
}
</style>
border-color css
<style>
span { border-color: #DD9FCC; }
span { border-color: rgb(221,159,204); }
td.TdClassName
{
border-color: #DD9FCC;
}
.TagClassName
{
border-color: #DD9FCC;
}
</style>