Shades of Shocking #DD96C3
Tints of Shocking #DD96C3
RGB
CMYK
RGB Variations
Color information
#DD96C3 (or 0xDD96C3) is known color: Shocking. HEX triplet: DD, 96 and C3. RGB value is (221,150,195). Sum of RGB (Red+Green+Blue) = 221+150+195=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96C3 is #22693C. Grayscale: #B0B0B0. Windows color (decimal): -2255165 or 12818141. OLE color: 12818141.
HSL color Cylindrical-coordinate representation of color #DD96C3: hue angle of 321.97º 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 #DD96C3 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 195 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.13 |
| HSL | 321.97º | 0.51% | 0.73% | - |
| HSV(B) | 321.97º | 0.32% | 0.87% | - |
| XYZ | 50.58 | 41.12 | 56.9 | - |
| YUV | 176.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 195 | 0 | 0.32 | 0.12 | 0.13 | 321.97 | 0.51 | 0.73 |
| Hex | DD | 96 | C3 | 0 | 20 | C | D | 142 | 33 | 49 |
| Octal | 335 | 226 | 303 | 0 | 40 | 14 | 15 | 502 | 63 | 111 |
| Binary | 11011101 | 10010110 | 11000011 | 0 | 100000 | 1100 | 1101 | 101000010 | 110011 | 1001001 |
Color Harmonies of #DD96C3
Complementary color
Monochromatic Colors of #DD96C3
Black with #DD96C3
Text Example
Text Example
White with #DD96C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96C3; }
p { color: rgb(221,150,195); }
H1.HeaderClassName
{
color: #DD96C3;
}
.AnyTagClassName
{
color: #DD96C3;
}
</style>
background-color css
<style>
a { background-color: #DD96C3; }
a { background-color: rgb(221,150,195); }
div.DivClassName
{
background-color: #DD96C3;
}
.BgClassName
{
background-color: #DD96C3;
}
</style>
border-color css
<style>
span { border-color: #DD96C3; }
span { border-color: rgb(221,150,195); }
td.TdClassName
{
border-color: #DD96C3;
}
.TagClassName
{
border-color: #DD96C3;
}
</style>