Shades of Pink Flare #DCB7B9
Tints of Pink Flare #DCB7B9
RGB
CMYK
RGB Variations
Color information
#DCB7B9 (or 0xDCB7B9) is known color: Pink Flare. HEX triplet: DC, B7 and B9. RGB value is (220,183,185). Sum of RGB (Red+Green+Blue) = 220+183+185=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7B9 is #234846. Grayscale: #C2C2C2. Windows color (decimal): -2312263 or 12171228. OLE color: 12171228.
HSL color Cylindrical-coordinate representation of color #DCB7B9: hue angle of 356.76º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB7B9 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 185 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.14 |
| HSL | 356.76º | 0.35% | 0.79% | - |
| HSV(B) | 356.76º | 0.17% | 0.86% | - |
| XYZ | 55.21 | 52.59 | 53.14 | - |
| YUV | 194.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 185 | 0 | 0.17 | 0.16 | 0.14 | 356.76 | 0.35 | 0.79 |
| Hex | DC | B7 | B9 | 0 | 11 | 10 | E | 165 | 23 | 4F |
| Octal | 334 | 267 | 271 | 0 | 21 | 20 | 16 | 545 | 43 | 117 |
| Binary | 11011100 | 10110111 | 10111001 | 0 | 10001 | 10000 | 1110 | 101100101 | 100011 | 1001111 |
Color Harmonies of #DCB7B9
Complementary color
Monochromatic Colors of #DCB7B9
Black with #DCB7B9
Text Example
Text Example
White with #DCB7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7B9; }
p { color: rgb(220,183,185); }
H1.HeaderClassName
{
color: #DCB7B9;
}
.AnyTagClassName
{
color: #DCB7B9;
}
</style>
background-color css
<style>
a { background-color: #DCB7B9; }
a { background-color: rgb(220,183,185); }
div.DivClassName
{
background-color: #DCB7B9;
}
.BgClassName
{
background-color: #DCB7B9;
}
</style>
border-color css
<style>
span { border-color: #DCB7B9; }
span { border-color: rgb(220,183,185); }
td.TdClassName
{
border-color: #DCB7B9;
}
.TagClassName
{
border-color: #DCB7B9;
}
</style>