Shades of Pink Flare #DDB9BB
Tints of Pink Flare #DDB9BB
RGB
CMYK
RGB Variations
Color information
#DDB9BB (or 0xDDB9BB) is known color: Pink Flare. HEX triplet: DD, B9 and BB. RGB value is (221,185,187). Sum of RGB (Red+Green+Blue) = 221+185+187=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9BB is #224644. Grayscale: #C4C4C4. Windows color (decimal): -2246213 or 12302813. OLE color: 12302813.
HSL color Cylindrical-coordinate representation of color #DDB9BB: hue angle of 356.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDB9BB is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 187 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.13 |
| HSL | 356.67º | 0.35% | 0.8% | - |
| HSV(B) | 356.67º | 0.16% | 0.87% | - |
| XYZ | 56.14 | 53.66 | 54.41 | - |
| YUV | 195.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 187 | 0 | 0.16 | 0.15 | 0.13 | 356.67 | 0.35 | 0.8 |
| Hex | DD | B9 | BB | 0 | 10 | F | D | 165 | 23 | 50 |
| Octal | 335 | 271 | 273 | 0 | 20 | 17 | 15 | 545 | 43 | 120 |
| Binary | 11011101 | 10111001 | 10111011 | 0 | 10000 | 1111 | 1101 | 101100101 | 100011 | 1010000 |
Color Harmonies of #DDB9BB
Complementary color
Monochromatic Colors of #DDB9BB
Black with #DDB9BB
Text Example
Text Example
White with #DDB9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9BB; }
p { color: rgb(221,185,187); }
H1.HeaderClassName
{
color: #DDB9BB;
}
.AnyTagClassName
{
color: #DDB9BB;
}
</style>
background-color css
<style>
a { background-color: #DDB9BB; }
a { background-color: rgb(221,185,187); }
div.DivClassName
{
background-color: #DDB9BB;
}
.BgClassName
{
background-color: #DDB9BB;
}
</style>
border-color css
<style>
span { border-color: #DDB9BB; }
span { border-color: rgb(221,185,187); }
td.TdClassName
{
border-color: #DDB9BB;
}
.TagClassName
{
border-color: #DDB9BB;
}
</style>