Shades of Pink Flare #D9B0B4
Tints of Pink Flare #D9B0B4
RGB
CMYK
RGB Variations
Color information
#D9B0B4 (or 0xD9B0B4) is known color: Pink Flare. HEX triplet: D9, B0 and B4. RGB value is (217,176,180). Sum of RGB (Red+Green+Blue) = 217+176+180=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0B4 is #264F4B. Grayscale: #BCBCBC. Windows color (decimal): -2510668 or 11841753. OLE color: 11841753.
HSL color Cylindrical-coordinate representation of color #D9B0B4: hue angle of 354.15º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B0B4 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 180 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.15 |
| HSL | 354.15º | 0.35% | 0.77% | - |
| HSV(B) | 354.15º | 0.19% | 0.85% | - |
| XYZ | 52.38 | 49.1 | 49.9 | - |
| YUV | 188.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 180 | 0 | 0.19 | 0.17 | 0.15 | 354.15 | 0.35 | 0.77 |
| Hex | D9 | B0 | B4 | 0 | 13 | 11 | F | 162 | 23 | 4D |
| Octal | 331 | 260 | 264 | 0 | 23 | 21 | 17 | 542 | 43 | 115 |
| Binary | 11011001 | 10110000 | 10110100 | 0 | 10011 | 10001 | 1111 | 101100010 | 100011 | 1001101 |
Color Harmonies of #D9B0B4
Complementary color
Monochromatic Colors of #D9B0B4
Black with #D9B0B4
Text Example
Text Example
White with #D9B0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0B4; }
p { color: rgb(217,176,180); }
H1.HeaderClassName
{
color: #D9B0B4;
}
.AnyTagClassName
{
color: #D9B0B4;
}
</style>
background-color css
<style>
a { background-color: #D9B0B4; }
a { background-color: rgb(217,176,180); }
div.DivClassName
{
background-color: #D9B0B4;
}
.BgClassName
{
background-color: #D9B0B4;
}
</style>
border-color css
<style>
span { border-color: #D9B0B4; }
span { border-color: rgb(217,176,180); }
td.TdClassName
{
border-color: #D9B0B4;
}
.TagClassName
{
border-color: #D9B0B4;
}
</style>