Shades of Shocking #DD96BE
Tints of Shocking #DD96BE
RGB
CMYK
RGB Variations
Color information
#DD96BE (or 0xDD96BE) is known color: Shocking. HEX triplet: DD, 96 and BE. RGB value is (221,150,190). Sum of RGB (Red+Green+Blue) = 221+150+190=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96BE is #226941. Grayscale: #AFAFAF. Windows color (decimal): -2255170 or 12490461. OLE color: 12490461.
HSL color Cylindrical-coordinate representation of color #DD96BE: hue angle of 326.2º 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 #DD96BE is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 190 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.13 |
| HSL | 326.2º | 0.51% | 0.73% | - |
| HSV(B) | 326.2º | 0.32% | 0.87% | - |
| XYZ | 50.02 | 40.9 | 53.97 | - |
| YUV | 175.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 190 | 0 | 0.32 | 0.14 | 0.13 | 326.2 | 0.51 | 0.73 |
| Hex | DD | 96 | BE | 0 | 20 | E | D | 146 | 33 | 49 |
| Octal | 335 | 226 | 276 | 0 | 40 | 16 | 15 | 506 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10111110 | 0 | 100000 | 1110 | 1101 | 101000110 | 110011 | 1001001 |
Color Harmonies of #DD96BE
Complementary color
Monochromatic Colors of #DD96BE
Black with #DD96BE
Text Example
Text Example
White with #DD96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96BE; }
p { color: rgb(221,150,190); }
H1.HeaderClassName
{
color: #DD96BE;
}
.AnyTagClassName
{
color: #DD96BE;
}
</style>
background-color css
<style>
a { background-color: #DD96BE; }
a { background-color: rgb(221,150,190); }
div.DivClassName
{
background-color: #DD96BE;
}
.BgClassName
{
background-color: #DD96BE;
}
</style>
border-color css
<style>
span { border-color: #DD96BE; }
span { border-color: rgb(221,150,190); }
td.TdClassName
{
border-color: #DD96BE;
}
.TagClassName
{
border-color: #DD96BE;
}
</style>