Shades of Pink Flare #D5B5B9
Tints of Pink Flare #D5B5B9
RGB
CMYK
RGB Variations
Color information
#D5B5B9 (or 0xD5B5B9) is known color: Pink Flare. HEX triplet: D5, B5 and B9. RGB value is (213,181,185). Sum of RGB (Red+Green+Blue) = 213+181+185=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B5B9 is #2A4A46. Grayscale: #BFBFBF. Windows color (decimal): -2771527 or 12170709. OLE color: 12170709.
HSL color Cylindrical-coordinate representation of color #D5B5B9: hue angle of 352.5º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B5B9 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 181 | 185 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.16 |
| HSL | 352.5º | 0.28% | 0.77% | - |
| HSV(B) | 352.5º | 0.15% | 0.84% | - |
| XYZ | 52.72 | 50.7 | 52.91 | - |
| YUV | 191.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 181 | 185 | 0 | 0.15 | 0.13 | 0.16 | 352.5 | 0.28 | 0.77 |
| Hex | D5 | B5 | B9 | 0 | F | D | 10 | 160 | 1C | 4D |
| Octal | 325 | 265 | 271 | 0 | 17 | 15 | 20 | 540 | 34 | 115 |
| Binary | 11010101 | 10110101 | 10111001 | 0 | 1111 | 1101 | 10000 | 101100000 | 11100 | 1001101 |
Color Harmonies of #D5B5B9
Complementary color
Monochromatic Colors of #D5B5B9
Black with #D5B5B9
Text Example
Text Example
White with #D5B5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B5B9; }
p { color: rgb(213,181,185); }
H1.HeaderClassName
{
color: #D5B5B9;
}
.AnyTagClassName
{
color: #D5B5B9;
}
</style>
background-color css
<style>
a { background-color: #D5B5B9; }
a { background-color: rgb(213,181,185); }
div.DivClassName
{
background-color: #D5B5B9;
}
.BgClassName
{
background-color: #D5B5B9;
}
</style>
border-color css
<style>
span { border-color: #D5B5B9; }
span { border-color: rgb(213,181,185); }
td.TdClassName
{
border-color: #D5B5B9;
}
.TagClassName
{
border-color: #D5B5B9;
}
</style>