Shades of Shocking #DD96C4
Tints of Shocking #DD96C4
RGB
CMYK
RGB Variations
Color information
#DD96C4 (or 0xDD96C4) is known color: Shocking. HEX triplet: DD, 96 and C4. RGB value is (221,150,196). Sum of RGB (Red+Green+Blue) = 221+150+196=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96C4 is #22693B. Grayscale: #B0B0B0. Windows color (decimal): -2255164 or 12883677. OLE color: 12883677.
HSL color Cylindrical-coordinate representation of color #DD96C4: hue angle of 321.13º 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 #DD96C4 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 196 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.13 |
| HSL | 321.13º | 0.51% | 0.73% | - |
| HSV(B) | 321.13º | 0.32% | 0.87% | - |
| XYZ | 50.69 | 41.17 | 57.5 | - |
| YUV | 176.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 196 | 0 | 0.32 | 0.11 | 0.13 | 321.13 | 0.51 | 0.73 |
| Hex | DD | 96 | C4 | 0 | 20 | B | D | 141 | 33 | 49 |
| Octal | 335 | 226 | 304 | 0 | 40 | 13 | 15 | 501 | 63 | 111 |
| Binary | 11011101 | 10010110 | 11000100 | 0 | 100000 | 1011 | 1101 | 101000001 | 110011 | 1001001 |
Color Harmonies of #DD96C4
Complementary color
Monochromatic Colors of #DD96C4
Black with #DD96C4
Text Example
Text Example
White with #DD96C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96C4; }
p { color: rgb(221,150,196); }
H1.HeaderClassName
{
color: #DD96C4;
}
.AnyTagClassName
{
color: #DD96C4;
}
</style>
background-color css
<style>
a { background-color: #DD96C4; }
a { background-color: rgb(221,150,196); }
div.DivClassName
{
background-color: #DD96C4;
}
.BgClassName
{
background-color: #DD96C4;
}
</style>
border-color css
<style>
span { border-color: #DD96C4; }
span { border-color: rgb(221,150,196); }
td.TdClassName
{
border-color: #DD96C4;
}
.TagClassName
{
border-color: #DD96C4;
}
</style>