Shades of Pink Flare #DCB5B7
Tints of Pink Flare #DCB5B7
RGB
CMYK
RGB Variations
Color information
#DCB5B7 (or 0xDCB5B7) is known color: Pink Flare. HEX triplet: DC, B5 and B7. RGB value is (220,181,183). Sum of RGB (Red+Green+Blue) = 220+181+183=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5B7 is #234A48. Grayscale: #C0C0C0. Windows color (decimal): -2312777 or 12039644. OLE color: 12039644.
HSL color Cylindrical-coordinate representation of color #DCB5B7: hue angle of 356.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5B7 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 183 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.14 |
| HSL | 356.92º | 0.36% | 0.79% | - |
| HSV(B) | 356.92º | 0.18% | 0.86% | - |
| XYZ | 54.59 | 51.68 | 51.9 | - |
| YUV | 192.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 183 | 0 | 0.18 | 0.17 | 0.14 | 356.92 | 0.36 | 0.79 |
| Hex | DC | B5 | B7 | 0 | 12 | 11 | E | 165 | 24 | 4F |
| Octal | 334 | 265 | 267 | 0 | 22 | 21 | 16 | 545 | 44 | 117 |
| Binary | 11011100 | 10110101 | 10110111 | 0 | 10010 | 10001 | 1110 | 101100101 | 100100 | 1001111 |
Color Harmonies of #DCB5B7
Complementary color
Monochromatic Colors of #DCB5B7
Black with #DCB5B7
Text Example
Text Example
White with #DCB5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5B7; }
p { color: rgb(220,181,183); }
H1.HeaderClassName
{
color: #DCB5B7;
}
.AnyTagClassName
{
color: #DCB5B7;
}
</style>
background-color css
<style>
a { background-color: #DCB5B7; }
a { background-color: rgb(220,181,183); }
div.DivClassName
{
background-color: #DCB5B7;
}
.BgClassName
{
background-color: #DCB5B7;
}
</style>
border-color css
<style>
span { border-color: #DCB5B7; }
span { border-color: rgb(220,181,183); }
td.TdClassName
{
border-color: #DCB5B7;
}
.TagClassName
{
border-color: #DCB5B7;
}
</style>