Shades of Pink Flare #D9B1B4
Tints of Pink Flare #D9B1B4
RGB
CMYK
RGB Variations
Color information
#D9B1B4 (or 0xD9B1B4) is known color: Pink Flare. HEX triplet: D9, B1 and B4. RGB value is (217,177,180). Sum of RGB (Red+Green+Blue) = 217+177+180=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1B4 is #264E4B. Grayscale: #BDBDBD. Windows color (decimal): -2510412 or 11842009. OLE color: 11842009.
HSL color Cylindrical-coordinate representation of color #D9B1B4: hue angle of 355.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B1B4 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 180 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.15 |
| HSL | 355.5º | 0.34% | 0.77% | - |
| HSV(B) | 355.5º | 0.18% | 0.85% | - |
| XYZ | 52.58 | 49.49 | 49.96 | - |
| YUV | 189.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 180 | 0 | 0.18 | 0.17 | 0.15 | 355.5 | 0.34 | 0.77 |
| Hex | D9 | B1 | B4 | 0 | 12 | 11 | F | 164 | 22 | 4D |
| Octal | 331 | 261 | 264 | 0 | 22 | 21 | 17 | 544 | 42 | 115 |
| Binary | 11011001 | 10110001 | 10110100 | 0 | 10010 | 10001 | 1111 | 101100100 | 100010 | 1001101 |
Color Harmonies of #D9B1B4
Complementary color
Monochromatic Colors of #D9B1B4
Black with #D9B1B4
Text Example
Text Example
White with #D9B1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B1B4; }
p { color: rgb(217,177,180); }
H1.HeaderClassName
{
color: #D9B1B4;
}
.AnyTagClassName
{
color: #D9B1B4;
}
</style>
background-color css
<style>
a { background-color: #D9B1B4; }
a { background-color: rgb(217,177,180); }
div.DivClassName
{
background-color: #D9B1B4;
}
.BgClassName
{
background-color: #D9B1B4;
}
</style>
border-color css
<style>
span { border-color: #D9B1B4; }
span { border-color: rgb(217,177,180); }
td.TdClassName
{
border-color: #D9B1B4;
}
.TagClassName
{
border-color: #D9B1B4;
}
</style>