Shades of Pink Flare #D1B1B9
Tints of Pink Flare #D1B1B9
RGB
CMYK
RGB Variations
Color information
#D1B1B9 (or 0xD1B1B9) is known color: Pink Flare. HEX triplet: D1, B1 and B9. RGB value is (209,177,185). Sum of RGB (Red+Green+Blue) = 209+177+185=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B1B9 is #2E4E46. Grayscale: #BBBBBB. Windows color (decimal): -3034695 or 12169681. OLE color: 12169681.
HSL color Cylindrical-coordinate representation of color #D1B1B9: hue angle of 345º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1B1B9 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 177 | 185 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.18 |
| HSL | 345º | 0.26% | 0.76% | - |
| HSV(B) | 345º | 0.15% | 0.82% | - |
| XYZ | 50.77 | 48.5 | 52.58 | - |
| YUV | 187.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 185 | 0 | 0.15 | 0.11 | 0.18 | 345 | 0.26 | 0.76 |
| Hex | D1 | B1 | B9 | 0 | F | B | 12 | 159 | 1A | 4C |
| Octal | 321 | 261 | 271 | 0 | 17 | 13 | 22 | 531 | 32 | 114 |
| Binary | 11010001 | 10110001 | 10111001 | 0 | 1111 | 1011 | 10010 | 101011001 | 11010 | 1001100 |
Color Harmonies of #D1B1B9
Complementary color
Monochromatic Colors of #D1B1B9
Black with #D1B1B9
Text Example
Text Example
White with #D1B1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B1B9; }
p { color: rgb(209,177,185); }
H1.HeaderClassName
{
color: #D1B1B9;
}
.AnyTagClassName
{
color: #D1B1B9;
}
</style>
background-color css
<style>
a { background-color: #D1B1B9; }
a { background-color: rgb(209,177,185); }
div.DivClassName
{
background-color: #D1B1B9;
}
.BgClassName
{
background-color: #D1B1B9;
}
</style>
border-color css
<style>
span { border-color: #D1B1B9; }
span { border-color: rgb(209,177,185); }
td.TdClassName
{
border-color: #D1B1B9;
}
.TagClassName
{
border-color: #D1B1B9;
}
</style>