Shades of Shocking #DD97BB
Tints of Shocking #DD97BB
RGB
CMYK
RGB Variations
Color information
#DD97BB (or 0xDD97BB) is known color: Shocking. HEX triplet: DD, 97 and BB. RGB value is (221,151,187). Sum of RGB (Red+Green+Blue) = 221+151+187=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97BB is #226844. Grayscale: #AFAFAF. Windows color (decimal): -2254917 or 12294109. OLE color: 12294109.
HSL color Cylindrical-coordinate representation of color #DD97BB: hue angle of 329.14º 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 #DD97BB is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 187 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.13 |
| HSL | 329.14º | 0.51% | 0.73% | - |
| HSV(B) | 329.14º | 0.32% | 0.87% | - |
| XYZ | 49.86 | 41.09 | 52.32 | - |
| YUV | 176.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 187 | 0 | 0.32 | 0.15 | 0.13 | 329.14 | 0.51 | 0.73 |
| Hex | DD | 97 | BB | 0 | 20 | F | D | 149 | 33 | 49 |
| Octal | 335 | 227 | 273 | 0 | 40 | 17 | 15 | 511 | 63 | 111 |
| Binary | 11011101 | 10010111 | 10111011 | 0 | 100000 | 1111 | 1101 | 101001001 | 110011 | 1001001 |
Color Harmonies of #DD97BB
Complementary color
Monochromatic Colors of #DD97BB
Black with #DD97BB
Text Example
Text Example
White with #DD97BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97BB; }
p { color: rgb(221,151,187); }
H1.HeaderClassName
{
color: #DD97BB;
}
.AnyTagClassName
{
color: #DD97BB;
}
</style>
background-color css
<style>
a { background-color: #DD97BB; }
a { background-color: rgb(221,151,187); }
div.DivClassName
{
background-color: #DD97BB;
}
.BgClassName
{
background-color: #DD97BB;
}
</style>
border-color css
<style>
span { border-color: #DD97BB; }
span { border-color: rgb(221,151,187); }
td.TdClassName
{
border-color: #DD97BB;
}
.TagClassName
{
border-color: #DD97BB;
}
</style>