Shades of Pink Flare #D8B2B7
Tints of Pink Flare #D8B2B7
RGB
CMYK
RGB Variations
Color information
#D8B2B7 (or 0xD8B2B7) is known color: Pink Flare. HEX triplet: D8, B2 and B7. RGB value is (216,178,183). Sum of RGB (Red+Green+Blue) = 216+178+183=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2B7 is #274D48. Grayscale: #BDBDBD. Windows color (decimal): -2575689 or 12038872. OLE color: 12038872.
HSL color Cylindrical-coordinate representation of color #D8B2B7: hue angle of 352.11º 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 #D8B2B7 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 178 | 183 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.15 |
| HSL | 352.11º | 0.33% | 0.77% | - |
| HSV(B) | 352.11º | 0.18% | 0.85% | - |
| XYZ | 52.79 | 49.86 | 51.64 | - |
| YUV | 189.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 178 | 183 | 0 | 0.18 | 0.15 | 0.15 | 352.11 | 0.33 | 0.77 |
| Hex | D8 | B2 | B7 | 0 | 12 | F | F | 160 | 21 | 4D |
| Octal | 330 | 262 | 267 | 0 | 22 | 17 | 17 | 540 | 41 | 115 |
| Binary | 11011000 | 10110010 | 10110111 | 0 | 10010 | 1111 | 1111 | 101100000 | 100001 | 1001101 |
Color Harmonies of #D8B2B7
Complementary color
Monochromatic Colors of #D8B2B7
Black with #D8B2B7
Text Example
Text Example
White with #D8B2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B2B7; }
p { color: rgb(216,178,183); }
H1.HeaderClassName
{
color: #D8B2B7;
}
.AnyTagClassName
{
color: #D8B2B7;
}
</style>
background-color css
<style>
a { background-color: #D8B2B7; }
a { background-color: rgb(216,178,183); }
div.DivClassName
{
background-color: #D8B2B7;
}
.BgClassName
{
background-color: #D8B2B7;
}
</style>
border-color css
<style>
span { border-color: #D8B2B7; }
span { border-color: rgb(216,178,183); }
td.TdClassName
{
border-color: #D8B2B7;
}
.TagClassName
{
border-color: #D8B2B7;
}
</style>