Shades of Shocking #DD96B8
Tints of Shocking #DD96B8
RGB
CMYK
RGB Variations
Color information
#DD96B8 (or 0xDD96B8) is known color: Shocking. HEX triplet: DD, 96 and B8. RGB value is (221,150,184). Sum of RGB (Red+Green+Blue) = 221+150+184=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96B8 is #226947. Grayscale: #AFAFAF. Windows color (decimal): -2255176 or 12097245. OLE color: 12097245.
HSL color Cylindrical-coordinate representation of color #DD96B8: hue angle of 331.27º 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 #DD96B8 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 184 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.13 |
| HSL | 331.27º | 0.51% | 0.73% | - |
| HSV(B) | 331.27º | 0.32% | 0.87% | - |
| XYZ | 49.38 | 40.65 | 50.59 | - |
| YUV | 175.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 184 | 0 | 0.32 | 0.17 | 0.13 | 331.27 | 0.51 | 0.73 |
| Hex | DD | 96 | B8 | 0 | 20 | 11 | D | 14B | 33 | 49 |
| Octal | 335 | 226 | 270 | 0 | 40 | 21 | 15 | 513 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10111000 | 0 | 100000 | 10001 | 1101 | 101001011 | 110011 | 1001001 |
Color Harmonies of #DD96B8
Complementary color
Monochromatic Colors of #DD96B8
Black with #DD96B8
Text Example
Text Example
White with #DD96B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96B8; }
p { color: rgb(221,150,184); }
H1.HeaderClassName
{
color: #DD96B8;
}
.AnyTagClassName
{
color: #DD96B8;
}
</style>
background-color css
<style>
a { background-color: #DD96B8; }
a { background-color: rgb(221,150,184); }
div.DivClassName
{
background-color: #DD96B8;
}
.BgClassName
{
background-color: #DD96B8;
}
</style>
border-color css
<style>
span { border-color: #DD96B8; }
span { border-color: rgb(221,150,184); }
td.TdClassName
{
border-color: #DD96B8;
}
.TagClassName
{
border-color: #DD96B8;
}
</style>