Shades of Pink Flare #D6B5B9
Tints of Pink Flare #D6B5B9
RGB
CMYK
RGB Variations
Color information
#D6B5B9 (or 0xD6B5B9) is known color: Pink Flare. HEX triplet: D6, B5 and B9. RGB value is (214,181,185). Sum of RGB (Red+Green+Blue) = 214+181+185=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5B9 is #294A46. Grayscale: #BFBFBF. Windows color (decimal): -2705991 or 12170710. OLE color: 12170710.
HSL color Cylindrical-coordinate representation of color #D6B5B9: hue angle of 352.73º degrees, saturation: 0.29, 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 #D6B5B9 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 185 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.16 |
| HSL | 352.73º | 0.29% | 0.77% | - |
| HSV(B) | 352.73º | 0.15% | 0.84% | - |
| XYZ | 53.01 | 50.85 | 52.92 | - |
| YUV | 191.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 185 | 0 | 0.15 | 0.14 | 0.16 | 352.73 | 0.29 | 0.77 |
| Hex | D6 | B5 | B9 | 0 | F | E | 10 | 161 | 1D | 4D |
| Octal | 326 | 265 | 271 | 0 | 17 | 16 | 20 | 541 | 35 | 115 |
| Binary | 11010110 | 10110101 | 10111001 | 0 | 1111 | 1110 | 10000 | 101100001 | 11101 | 1001101 |
Color Harmonies of #D6B5B9
Complementary color
Monochromatic Colors of #D6B5B9
Black with #D6B5B9
Text Example
Text Example
White with #D6B5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5B9; }
p { color: rgb(214,181,185); }
H1.HeaderClassName
{
color: #D6B5B9;
}
.AnyTagClassName
{
color: #D6B5B9;
}
</style>
background-color css
<style>
a { background-color: #D6B5B9; }
a { background-color: rgb(214,181,185); }
div.DivClassName
{
background-color: #D6B5B9;
}
.BgClassName
{
background-color: #D6B5B9;
}
</style>
border-color css
<style>
span { border-color: #D6B5B9; }
span { border-color: rgb(214,181,185); }
td.TdClassName
{
border-color: #D6B5B9;
}
.TagClassName
{
border-color: #D6B5B9;
}
</style>