Shades of Shocking #DD96C9
Tints of Shocking #DD96C9
RGB
CMYK
RGB Variations
Color information
#DD96C9 (or 0xDD96C9) is known color: Shocking. HEX triplet: DD, 96 and C9. RGB value is (221,150,201). Sum of RGB (Red+Green+Blue) = 221+150+201=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96C9 is #226936. Grayscale: #B0B0B0. Windows color (decimal): -2255159 or 13211357. OLE color: 13211357.
HSL color Cylindrical-coordinate representation of color #DD96C9: hue angle of 316.9º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD96C9 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 201 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.13 |
| HSL | 316.9º | 0.51% | 0.73% | - |
| HSV(B) | 316.9º | 0.32% | 0.87% | - |
| XYZ | 51.27 | 41.4 | 60.55 | - |
| YUV | 177.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 201 | 0 | 0.32 | 0.09 | 0.13 | 316.9 | 0.51 | 0.73 |
| Hex | DD | 96 | C9 | 0 | 20 | 9 | D | 13D | 33 | 49 |
| Octal | 335 | 226 | 311 | 0 | 40 | 11 | 15 | 475 | 63 | 111 |
| Binary | 11011101 | 10010110 | 11001001 | 0 | 100000 | 1001 | 1101 | 100111101 | 110011 | 1001001 |
Color Harmonies of #DD96C9
Complementary color
Monochromatic Colors of #DD96C9
Black with #DD96C9
Text Example
Text Example
White with #DD96C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96C9; }
p { color: rgb(221,150,201); }
H1.HeaderClassName
{
color: #DD96C9;
}
.AnyTagClassName
{
color: #DD96C9;
}
</style>
background-color css
<style>
a { background-color: #DD96C9; }
a { background-color: rgb(221,150,201); }
div.DivClassName
{
background-color: #DD96C9;
}
.BgClassName
{
background-color: #DD96C9;
}
</style>
border-color css
<style>
span { border-color: #DD96C9; }
span { border-color: rgb(221,150,201); }
td.TdClassName
{
border-color: #DD96C9;
}
.TagClassName
{
border-color: #DD96C9;
}
</style>