Shades of Pink Flare #D1B1B4
Tints of Pink Flare #D1B1B4
RGB
CMYK
RGB Variations
Color information
#D1B1B4 (or 0xD1B1B4) is known color: Pink Flare. HEX triplet: D1, B1 and B4. RGB value is (209,177,180). Sum of RGB (Red+Green+Blue) = 209+177+180=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B1B4 is #2E4E4B. Grayscale: #BABABA. Windows color (decimal): -3034700 or 11842001. OLE color: 11842001.
HSL color Cylindrical-coordinate representation of color #D1B1B4: hue angle of 354.38º 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 #D1B1B4 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 177 | 180 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.18 |
| HSL | 354.38º | 0.26% | 0.76% | - |
| HSV(B) | 354.38º | 0.15% | 0.82% | - |
| XYZ | 50.25 | 48.29 | 49.85 | - |
| YUV | 186.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 180 | 0 | 0.15 | 0.14 | 0.18 | 354.38 | 0.26 | 0.76 |
| Hex | D1 | B1 | B4 | 0 | F | E | 12 | 162 | 1A | 4C |
| Octal | 321 | 261 | 264 | 0 | 17 | 16 | 22 | 542 | 32 | 114 |
| Binary | 11010001 | 10110001 | 10110100 | 0 | 1111 | 1110 | 10010 | 101100010 | 11010 | 1001100 |
Color Harmonies of #D1B1B4
Complementary color
Monochromatic Colors of #D1B1B4
Black with #D1B1B4
Text Example
Text Example
White with #D1B1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B1B4; }
p { color: rgb(209,177,180); }
H1.HeaderClassName
{
color: #D1B1B4;
}
.AnyTagClassName
{
color: #D1B1B4;
}
</style>
background-color css
<style>
a { background-color: #D1B1B4; }
a { background-color: rgb(209,177,180); }
div.DivClassName
{
background-color: #D1B1B4;
}
.BgClassName
{
background-color: #D1B1B4;
}
</style>
border-color css
<style>
span { border-color: #D1B1B4; }
span { border-color: rgb(209,177,180); }
td.TdClassName
{
border-color: #D1B1B4;
}
.TagClassName
{
border-color: #D1B1B4;
}
</style>