Shades of Shocking #DD99BE
Tints of Shocking #DD99BE
RGB
CMYK
RGB Variations
Color information
#DD99BE (or 0xDD99BE) is known color: Shocking. HEX triplet: DD, 99 and BE. RGB value is (221,153,190). Sum of RGB (Red+Green+Blue) = 221+153+190=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99BE is #226641. Grayscale: #B1B1B1. Windows color (decimal): -2254402 or 12491229. OLE color: 12491229.
HSL color Cylindrical-coordinate representation of color #DD99BE: hue angle of 327.35º 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 #DD99BE is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 190 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.13 |
| HSL | 327.35º | 0.5% | 0.73% | - |
| HSV(B) | 327.35º | 0.31% | 0.87% | - |
| XYZ | 50.5 | 41.87 | 54.14 | - |
| YUV | 177.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 190 | 0 | 0.31 | 0.14 | 0.13 | 327.35 | 0.5 | 0.73 |
| Hex | DD | 99 | BE | 0 | 1F | E | D | 147 | 32 | 49 |
| Octal | 335 | 231 | 276 | 0 | 37 | 16 | 15 | 507 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10111110 | 0 | 11111 | 1110 | 1101 | 101000111 | 110010 | 1001001 |
Color Harmonies of #DD99BE
Complementary color
Monochromatic Colors of #DD99BE
Black with #DD99BE
Text Example
Text Example
White with #DD99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99BE; }
p { color: rgb(221,153,190); }
H1.HeaderClassName
{
color: #DD99BE;
}
.AnyTagClassName
{
color: #DD99BE;
}
</style>
background-color css
<style>
a { background-color: #DD99BE; }
a { background-color: rgb(221,153,190); }
div.DivClassName
{
background-color: #DD99BE;
}
.BgClassName
{
background-color: #DD99BE;
}
</style>
border-color css
<style>
span { border-color: #DD99BE; }
span { border-color: rgb(221,153,190); }
td.TdClassName
{
border-color: #DD99BE;
}
.TagClassName
{
border-color: #DD99BE;
}
</style>