Shades of Pink Flare #D8B0B3
Tints of Pink Flare #D8B0B3
RGB
CMYK
RGB Variations
Color information
#D8B0B3 (or 0xD8B0B3) is known color: Pink Flare. HEX triplet: D8, B0 and B3. RGB value is (216,176,179). Sum of RGB (Red+Green+Blue) = 216+176+179=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0B3 is #274F4C. Grayscale: #BCBCBC. Windows color (decimal): -2576205 or 11776216. OLE color: 11776216.
HSL color Cylindrical-coordinate representation of color #D8B0B3: 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.19%. Process color model (Four color, CMYK) of #D8B0B3 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 176 | 179 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.15 |
| HSL | 355.5º | 0.34% | 0.77% | - |
| HSV(B) | 355.5º | 0.19% | 0.85% | - |
| XYZ | 51.98 | 48.9 | 49.35 | - |
| YUV | 188.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 176 | 179 | 0 | 0.19 | 0.17 | 0.15 | 355.5 | 0.34 | 0.77 |
| Hex | D8 | B0 | B3 | 0 | 13 | 11 | F | 164 | 22 | 4D |
| Octal | 330 | 260 | 263 | 0 | 23 | 21 | 17 | 544 | 42 | 115 |
| Binary | 11011000 | 10110000 | 10110011 | 0 | 10011 | 10001 | 1111 | 101100100 | 100010 | 1001101 |
Color Harmonies of #D8B0B3
Complementary color
Monochromatic Colors of #D8B0B3
Black with #D8B0B3
Text Example
Text Example
White with #D8B0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B0B3; }
p { color: rgb(216,176,179); }
H1.HeaderClassName
{
color: #D8B0B3;
}
.AnyTagClassName
{
color: #D8B0B3;
}
</style>
background-color css
<style>
a { background-color: #D8B0B3; }
a { background-color: rgb(216,176,179); }
div.DivClassName
{
background-color: #D8B0B3;
}
.BgClassName
{
background-color: #D8B0B3;
}
</style>
border-color css
<style>
span { border-color: #D8B0B3; }
span { border-color: rgb(216,176,179); }
td.TdClassName
{
border-color: #D8B0B3;
}
.TagClassName
{
border-color: #D8B0B3;
}
</style>