Shades of Pink Flare #D0B7B9
Tints of Pink Flare #D0B7B9
RGB
CMYK
RGB Variations
Color information
#D0B7B9 (or 0xD0B7B9) is known color: Pink Flare. HEX triplet: D0, B7 and B9. RGB value is (208,183,185). Sum of RGB (Red+Green+Blue) = 208+183+185=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B7B9 is #2F4846. Grayscale: #BEBEBE. Windows color (decimal): -3098695 or 12171216. OLE color: 12171216.
HSL color Cylindrical-coordinate representation of color #D0B7B9: hue angle of 355.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B7B9 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 185 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.18 |
| HSL | 355.2º | 0.21% | 0.77% | - |
| HSV(B) | 355.2º | 0.12% | 0.82% | - |
| XYZ | 51.7 | 50.78 | 52.98 | - |
| YUV | 190.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 185 | 0 | 0.12 | 0.11 | 0.18 | 355.2 | 0.21 | 0.77 |
| Hex | D0 | B7 | B9 | 0 | C | B | 12 | 163 | 15 | 4D |
| Octal | 320 | 267 | 271 | 0 | 14 | 13 | 22 | 543 | 25 | 115 |
| Binary | 11010000 | 10110111 | 10111001 | 0 | 1100 | 1011 | 10010 | 101100011 | 10101 | 1001101 |
Color Harmonies of #D0B7B9
Complementary color
Monochromatic Colors of #D0B7B9
Black with #D0B7B9
Text Example
Text Example
White with #D0B7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B7B9; }
p { color: rgb(208,183,185); }
H1.HeaderClassName
{
color: #D0B7B9;
}
.AnyTagClassName
{
color: #D0B7B9;
}
</style>
background-color css
<style>
a { background-color: #D0B7B9; }
a { background-color: rgb(208,183,185); }
div.DivClassName
{
background-color: #D0B7B9;
}
.BgClassName
{
background-color: #D0B7B9;
}
</style>
border-color css
<style>
span { border-color: #D0B7B9; }
span { border-color: rgb(208,183,185); }
td.TdClassName
{
border-color: #D0B7B9;
}
.TagClassName
{
border-color: #D0B7B9;
}
</style>