Shades of Shocking #DD8CC9
Tints of Shocking #DD8CC9
RGB
CMYK
RGB Variations
Color information
#DD8CC9 (or 0xDD8CC9) is known color: Shocking. HEX triplet: DD, 8C and C9. RGB value is (221,140,201). Sum of RGB (Red+Green+Blue) = 221+140+201=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CC9 is #227336. Grayscale: #ABABAB. Windows color (decimal): -2257719 or 13208797. OLE color: 13208797.
HSL color Cylindrical-coordinate representation of color #DD8CC9: hue angle of 314.81º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8CC9 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 201 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.13 |
| HSL | 314.81º | 0.54% | 0.71% | - |
| HSV(B) | 314.81º | 0.37% | 0.87% | - |
| XYZ | 49.74 | 38.35 | 60.04 | - |
| YUV | 171.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 201 | 0 | 0.37 | 0.09 | 0.13 | 314.81 | 0.54 | 0.71 |
| Hex | DD | 8C | C9 | 0 | 25 | 9 | D | 13B | 36 | 47 |
| Octal | 335 | 214 | 311 | 0 | 45 | 11 | 15 | 473 | 66 | 107 |
| Binary | 11011101 | 10001100 | 11001001 | 0 | 100101 | 1001 | 1101 | 100111011 | 110110 | 1000111 |
Color Harmonies of #DD8CC9
Complementary color
Monochromatic Colors of #DD8CC9
Black with #DD8CC9
Text Example
Text Example
White with #DD8CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8CC9; }
p { color: rgb(221,140,201); }
H1.HeaderClassName
{
color: #DD8CC9;
}
.AnyTagClassName
{
color: #DD8CC9;
}
</style>
background-color css
<style>
a { background-color: #DD8CC9; }
a { background-color: rgb(221,140,201); }
div.DivClassName
{
background-color: #DD8CC9;
}
.BgClassName
{
background-color: #DD8CC9;
}
</style>
border-color css
<style>
span { border-color: #DD8CC9; }
span { border-color: rgb(221,140,201); }
td.TdClassName
{
border-color: #DD8CC9;
}
.TagClassName
{
border-color: #DD8CC9;
}
</style>