Shades of Pink Flare #DDB5B7
Tints of Pink Flare #DDB5B7
RGB
CMYK
RGB Variations
Color information
#DDB5B7 (or 0xDDB5B7) is known color: Pink Flare. HEX triplet: DD, B5 and B7. RGB value is (221,181,183). Sum of RGB (Red+Green+Blue) = 221+181+183=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5B7 is #224A48. Grayscale: #C1C1C1. Windows color (decimal): -2247241 or 12039645. OLE color: 12039645.
HSL color Cylindrical-coordinate representation of color #DDB5B7: hue angle of 357º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB5B7 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 183 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.13 |
| HSL | 357º | 0.37% | 0.79% | - |
| HSV(B) | 357º | 0.18% | 0.87% | - |
| XYZ | 54.89 | 51.84 | 51.91 | - |
| YUV | 193.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 183 | 0 | 0.18 | 0.17 | 0.13 | 357 | 0.37 | 0.79 |
| Hex | DD | B5 | B7 | 0 | 12 | 11 | D | 165 | 25 | 4F |
| Octal | 335 | 265 | 267 | 0 | 22 | 21 | 15 | 545 | 45 | 117 |
| Binary | 11011101 | 10110101 | 10110111 | 0 | 10010 | 10001 | 1101 | 101100101 | 100101 | 1001111 |
Color Harmonies of #DDB5B7
Complementary color
Monochromatic Colors of #DDB5B7
Black with #DDB5B7
Text Example
Text Example
White with #DDB5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5B7; }
p { color: rgb(221,181,183); }
H1.HeaderClassName
{
color: #DDB5B7;
}
.AnyTagClassName
{
color: #DDB5B7;
}
</style>
background-color css
<style>
a { background-color: #DDB5B7; }
a { background-color: rgb(221,181,183); }
div.DivClassName
{
background-color: #DDB5B7;
}
.BgClassName
{
background-color: #DDB5B7;
}
</style>
border-color css
<style>
span { border-color: #DDB5B7; }
span { border-color: rgb(221,181,183); }
td.TdClassName
{
border-color: #DDB5B7;
}
.TagClassName
{
border-color: #DDB5B7;
}
</style>