Shades of Pink Flare #DDB3B5
Tints of Pink Flare #DDB3B5
RGB
CMYK
RGB Variations
Color information
#DDB3B5 (or 0xDDB3B5) is known color: Pink Flare. HEX triplet: DD, B3 and B5. RGB value is (221,179,181). Sum of RGB (Red+Green+Blue) = 221+179+181=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3B5 is #224C4A. Grayscale: #BFBFBF. Windows color (decimal): -2247755 or 11908061. OLE color: 11908061.
HSL color Cylindrical-coordinate representation of color #DDB3B5: hue angle of 357.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB3B5 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 181 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.13 |
| HSL | 357.14º | 0.38% | 0.78% | - |
| HSV(B) | 357.14º | 0.19% | 0.87% | - |
| XYZ | 54.28 | 50.95 | 50.69 | - |
| YUV | 191.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 181 | 0 | 0.19 | 0.18 | 0.13 | 357.14 | 0.38 | 0.78 |
| Hex | DD | B3 | B5 | 0 | 13 | 12 | D | 165 | 26 | 4E |
| Octal | 335 | 263 | 265 | 0 | 23 | 22 | 15 | 545 | 46 | 116 |
| Binary | 11011101 | 10110011 | 10110101 | 0 | 10011 | 10010 | 1101 | 101100101 | 100110 | 1001110 |
Color Harmonies of #DDB3B5
Complementary color
Monochromatic Colors of #DDB3B5
Black with #DDB3B5
Text Example
Text Example
White with #DDB3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3B5; }
p { color: rgb(221,179,181); }
H1.HeaderClassName
{
color: #DDB3B5;
}
.AnyTagClassName
{
color: #DDB3B5;
}
</style>
background-color css
<style>
a { background-color: #DDB3B5; }
a { background-color: rgb(221,179,181); }
div.DivClassName
{
background-color: #DDB3B5;
}
.BgClassName
{
background-color: #DDB3B5;
}
</style>
border-color css
<style>
span { border-color: #DDB3B5; }
span { border-color: rgb(221,179,181); }
td.TdClassName
{
border-color: #DDB3B5;
}
.TagClassName
{
border-color: #DDB3B5;
}
</style>