Shades of Pink Flare #D8B1B5
Tints of Pink Flare #D8B1B5
RGB
CMYK
RGB Variations
Color information
#D8B1B5 (or 0xD8B1B5) is known color: Pink Flare. HEX triplet: D8, B1 and B5. RGB value is (216,177,181). Sum of RGB (Red+Green+Blue) = 216+177+181=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B1B5 is #274E4A. Grayscale: #BDBDBD. Windows color (decimal): -2575947 or 11907544. OLE color: 11907544.
HSL color Cylindrical-coordinate representation of color #D8B1B5: hue angle of 353.85º degrees, saturation: 0.33, 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 #D8B1B5 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 177 | 181 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.15 |
| HSL | 353.85º | 0.33% | 0.77% | - |
| HSV(B) | 353.85º | 0.18% | 0.85% | - |
| XYZ | 52.38 | 49.38 | 50.49 | - |
| YUV | 189.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 181 | 0 | 0.18 | 0.16 | 0.15 | 353.85 | 0.33 | 0.77 |
| Hex | D8 | B1 | B5 | 0 | 12 | 10 | F | 162 | 21 | 4D |
| Octal | 330 | 261 | 265 | 0 | 22 | 20 | 17 | 542 | 41 | 115 |
| Binary | 11011000 | 10110001 | 10110101 | 0 | 10010 | 10000 | 1111 | 101100010 | 100001 | 1001101 |
Color Harmonies of #D8B1B5
Complementary color
Monochromatic Colors of #D8B1B5
Black with #D8B1B5
Text Example
Text Example
White with #D8B1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B1B5; }
p { color: rgb(216,177,181); }
H1.HeaderClassName
{
color: #D8B1B5;
}
.AnyTagClassName
{
color: #D8B1B5;
}
</style>
background-color css
<style>
a { background-color: #D8B1B5; }
a { background-color: rgb(216,177,181); }
div.DivClassName
{
background-color: #D8B1B5;
}
.BgClassName
{
background-color: #D8B1B5;
}
</style>
border-color css
<style>
span { border-color: #D8B1B5; }
span { border-color: rgb(216,177,181); }
td.TdClassName
{
border-color: #D8B1B5;
}
.TagClassName
{
border-color: #D8B1B5;
}
</style>