Shades of Shocking #DD96C7
Tints of Shocking #DD96C7
RGB
CMYK
RGB Variations
Color information
#DD96C7 (or 0xDD96C7) is known color: Shocking. HEX triplet: DD, 96 and C7. RGB value is (221,150,199). Sum of RGB (Red+Green+Blue) = 221+150+199=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96C7 is #226938. Grayscale: #B0B0B0. Windows color (decimal): -2255161 or 13080285. OLE color: 13080285.
HSL color Cylindrical-coordinate representation of color #DD96C7: hue angle of 318.59º 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 #DD96C7 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 199 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.13 |
| HSL | 318.59º | 0.51% | 0.73% | - |
| HSV(B) | 318.59º | 0.32% | 0.87% | - |
| XYZ | 51.03 | 41.31 | 59.32 | - |
| YUV | 176.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 199 | 0 | 0.32 | 0.10 | 0.13 | 318.59 | 0.51 | 0.73 |
| Hex | DD | 96 | C7 | 0 | 20 | A | D | 13F | 33 | 49 |
| Octal | 335 | 226 | 307 | 0 | 40 | 12 | 15 | 477 | 63 | 111 |
| Binary | 11011101 | 10010110 | 11000111 | 0 | 100000 | 1010 | 1101 | 100111111 | 110011 | 1001001 |
Color Harmonies of #DD96C7
Complementary color
Monochromatic Colors of #DD96C7
Black with #DD96C7
Text Example
Text Example
White with #DD96C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96C7; }
p { color: rgb(221,150,199); }
H1.HeaderClassName
{
color: #DD96C7;
}
.AnyTagClassName
{
color: #DD96C7;
}
</style>
background-color css
<style>
a { background-color: #DD96C7; }
a { background-color: rgb(221,150,199); }
div.DivClassName
{
background-color: #DD96C7;
}
.BgClassName
{
background-color: #DD96C7;
}
</style>
border-color css
<style>
span { border-color: #DD96C7; }
span { border-color: rgb(221,150,199); }
td.TdClassName
{
border-color: #DD96C7;
}
.TagClassName
{
border-color: #DD96C7;
}
</style>