Shades of Pink Flare #D1ACB1
Tints of Pink Flare #D1ACB1
RGB
CMYK
RGB Variations
Color information
#D1ACB1 (or 0xD1ACB1) is known color: Pink Flare. HEX triplet: D1, AC and B1. RGB value is (209,172,177). Sum of RGB (Red+Green+Blue) = 209+172+177=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ACB1 is #2E534E. Grayscale: #B7B7B7. Windows color (decimal): -3035983 or 11644113. OLE color: 11644113.
HSL color Cylindrical-coordinate representation of color #D1ACB1: hue angle of 351.89º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ACB1 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 177 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.18 |
| HSL | 351.89º | 0.29% | 0.75% | - |
| HSV(B) | 351.89º | 0.18% | 0.82% | - |
| XYZ | 48.98 | 46.23 | 47.94 | - |
| YUV | 183.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 177 | 0 | 0.18 | 0.15 | 0.18 | 351.89 | 0.29 | 0.75 |
| Hex | D1 | AC | B1 | 0 | 12 | F | 12 | 160 | 1D | 4B |
| Octal | 321 | 254 | 261 | 0 | 22 | 17 | 22 | 540 | 35 | 113 |
| Binary | 11010001 | 10101100 | 10110001 | 0 | 10010 | 1111 | 10010 | 101100000 | 11101 | 1001011 |
Color Harmonies of #D1ACB1
Complementary color
Monochromatic Colors of #D1ACB1
Black with #D1ACB1
Text Example
Text Example
White with #D1ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACB1; }
p { color: rgb(209,172,177); }
H1.HeaderClassName
{
color: #D1ACB1;
}
.AnyTagClassName
{
color: #D1ACB1;
}
</style>
background-color css
<style>
a { background-color: #D1ACB1; }
a { background-color: rgb(209,172,177); }
div.DivClassName
{
background-color: #D1ACB1;
}
.BgClassName
{
background-color: #D1ACB1;
}
</style>
border-color css
<style>
span { border-color: #D1ACB1; }
span { border-color: rgb(209,172,177); }
td.TdClassName
{
border-color: #D1ACB1;
}
.TagClassName
{
border-color: #D1ACB1;
}
</style>