Shades of Shocking #DD96C8
Tints of Shocking #DD96C8
RGB
CMYK
RGB Variations
Color information
#DD96C8 (or 0xDD96C8) is known color: Shocking. HEX triplet: DD, 96 and C8. RGB value is (221,150,200). Sum of RGB (Red+Green+Blue) = 221+150+200=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96C8 is #226937. Grayscale: #B0B0B0. Windows color (decimal): -2255160 or 13145821. OLE color: 13145821.
HSL color Cylindrical-coordinate representation of color #DD96C8: hue angle of 317.75º 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 #DD96C8 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 200 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.13 |
| HSL | 317.75º | 0.51% | 0.73% | - |
| HSV(B) | 317.75º | 0.32% | 0.87% | - |
| XYZ | 51.15 | 41.35 | 59.93 | - |
| YUV | 176.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 200 | 0 | 0.32 | 0.10 | 0.13 | 317.75 | 0.51 | 0.73 |
| Hex | DD | 96 | C8 | 0 | 20 | A | D | 13E | 33 | 49 |
| Octal | 335 | 226 | 310 | 0 | 40 | 12 | 15 | 476 | 63 | 111 |
| Binary | 11011101 | 10010110 | 11001000 | 0 | 100000 | 1010 | 1101 | 100111110 | 110011 | 1001001 |
Color Harmonies of #DD96C8
Complementary color
Monochromatic Colors of #DD96C8
Black with #DD96C8
Text Example
Text Example
White with #DD96C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96C8; }
p { color: rgb(221,150,200); }
H1.HeaderClassName
{
color: #DD96C8;
}
.AnyTagClassName
{
color: #DD96C8;
}
</style>
background-color css
<style>
a { background-color: #DD96C8; }
a { background-color: rgb(221,150,200); }
div.DivClassName
{
background-color: #DD96C8;
}
.BgClassName
{
background-color: #DD96C8;
}
</style>
border-color css
<style>
span { border-color: #DD96C8; }
span { border-color: rgb(221,150,200); }
td.TdClassName
{
border-color: #DD96C8;
}
.TagClassName
{
border-color: #DD96C8;
}
</style>