Shades of Shocking #DD99B7
Tints of Shocking #DD99B7
RGB
CMYK
RGB Variations
Color information
#DD99B7 (or 0xDD99B7) is known color: Shocking. HEX triplet: DD, 99 and B7. RGB value is (221,153,183). Sum of RGB (Red+Green+Blue) = 221+153+183=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99B7 is #226648. Grayscale: #B0B0B0. Windows color (decimal): -2254409 or 12032477. OLE color: 12032477.
HSL color Cylindrical-coordinate representation of color #DD99B7: hue angle of 333.53º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD99B7 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 183 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.13 |
| HSL | 333.53º | 0.5% | 0.73% | - |
| HSV(B) | 333.53º | 0.31% | 0.87% | - |
| XYZ | 49.76 | 41.57 | 50.2 | - |
| YUV | 176.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 183 | 0 | 0.31 | 0.17 | 0.13 | 333.53 | 0.5 | 0.73 |
| Hex | DD | 99 | B7 | 0 | 1F | 11 | D | 14E | 32 | 49 |
| Octal | 335 | 231 | 267 | 0 | 37 | 21 | 15 | 516 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10110111 | 0 | 11111 | 10001 | 1101 | 101001110 | 110010 | 1001001 |
Color Harmonies of #DD99B7
Complementary color
Monochromatic Colors of #DD99B7
Black with #DD99B7
Text Example
Text Example
White with #DD99B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99B7; }
p { color: rgb(221,153,183); }
H1.HeaderClassName
{
color: #DD99B7;
}
.AnyTagClassName
{
color: #DD99B7;
}
</style>
background-color css
<style>
a { background-color: #DD99B7; }
a { background-color: rgb(221,153,183); }
div.DivClassName
{
background-color: #DD99B7;
}
.BgClassName
{
background-color: #DD99B7;
}
</style>
border-color css
<style>
span { border-color: #DD99B7; }
span { border-color: rgb(221,153,183); }
td.TdClassName
{
border-color: #DD99B7;
}
.TagClassName
{
border-color: #DD99B7;
}
</style>