Shades of Shocking #DD96B5
Tints of Shocking #DD96B5
RGB
CMYK
RGB Variations
Color information
#DD96B5 (or 0xDD96B5) is known color: Shocking. HEX triplet: DD, 96 and B5. RGB value is (221,150,181). Sum of RGB (Red+Green+Blue) = 221+150+181=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96B5 is #22694A. Grayscale: #AEAEAE. Windows color (decimal): -2255179 or 11900637. OLE color: 11900637.
HSL color Cylindrical-coordinate representation of color #DD96B5: hue angle of 333.8º 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 #DD96B5 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 181 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.13 |
| HSL | 333.8º | 0.51% | 0.73% | - |
| HSV(B) | 333.8º | 0.32% | 0.87% | - |
| XYZ | 49.07 | 40.52 | 48.95 | - |
| YUV | 174.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 181 | 0 | 0.32 | 0.18 | 0.13 | 333.8 | 0.51 | 0.73 |
| Hex | DD | 96 | B5 | 0 | 20 | 12 | D | 14E | 33 | 49 |
| Octal | 335 | 226 | 265 | 0 | 40 | 22 | 15 | 516 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10110101 | 0 | 100000 | 10010 | 1101 | 101001110 | 110011 | 1001001 |
Color Harmonies of #DD96B5
Complementary color
Monochromatic Colors of #DD96B5
Black with #DD96B5
Text Example
Text Example
White with #DD96B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96B5; }
p { color: rgb(221,150,181); }
H1.HeaderClassName
{
color: #DD96B5;
}
.AnyTagClassName
{
color: #DD96B5;
}
</style>
background-color css
<style>
a { background-color: #DD96B5; }
a { background-color: rgb(221,150,181); }
div.DivClassName
{
background-color: #DD96B5;
}
.BgClassName
{
background-color: #DD96B5;
}
</style>
border-color css
<style>
span { border-color: #DD96B5; }
span { border-color: rgb(221,150,181); }
td.TdClassName
{
border-color: #DD96B5;
}
.TagClassName
{
border-color: #DD96B5;
}
</style>