Shades of Pink Flare #DDB8BB
Tints of Pink Flare #DDB8BB
RGB
CMYK
RGB Variations
Color information
#DDB8BB (or 0xDDB8BB) is known color: Pink Flare. HEX triplet: DD, B8 and BB. RGB value is (221,184,187). Sum of RGB (Red+Green+Blue) = 221+184+187=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8BB is #224744. Grayscale: #C3C3C3. Windows color (decimal): -2246469 or 12302557. OLE color: 12302557.
HSL color Cylindrical-coordinate representation of color #DDB8BB: hue angle of 355.14º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB8BB is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 187 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.13 |
| HSL | 355.14º | 0.35% | 0.79% | - |
| HSV(B) | 355.14º | 0.17% | 0.87% | - |
| XYZ | 55.93 | 53.24 | 54.34 | - |
| YUV | 195.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 187 | 0 | 0.17 | 0.15 | 0.13 | 355.14 | 0.35 | 0.79 |
| Hex | DD | B8 | BB | 0 | 11 | F | D | 163 | 23 | 4F |
| Octal | 335 | 270 | 273 | 0 | 21 | 17 | 15 | 543 | 43 | 117 |
| Binary | 11011101 | 10111000 | 10111011 | 0 | 10001 | 1111 | 1101 | 101100011 | 100011 | 1001111 |
Color Harmonies of #DDB8BB
Complementary color
Monochromatic Colors of #DDB8BB
Black with #DDB8BB
Text Example
Text Example
White with #DDB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8BB; }
p { color: rgb(221,184,187); }
H1.HeaderClassName
{
color: #DDB8BB;
}
.AnyTagClassName
{
color: #DDB8BB;
}
</style>
background-color css
<style>
a { background-color: #DDB8BB; }
a { background-color: rgb(221,184,187); }
div.DivClassName
{
background-color: #DDB8BB;
}
.BgClassName
{
background-color: #DDB8BB;
}
</style>
border-color css
<style>
span { border-color: #DDB8BB; }
span { border-color: rgb(221,184,187); }
td.TdClassName
{
border-color: #DDB8BB;
}
.TagClassName
{
border-color: #DDB8BB;
}
</style>