Shades of Pink Flare #D2B5BB
Tints of Pink Flare #D2B5BB
RGB
CMYK
RGB Variations
Color information
#D2B5BB (or 0xD2B5BB) is known color: Pink Flare. HEX triplet: D2, B5 and BB. RGB value is (210,181,187). Sum of RGB (Red+Green+Blue) = 210+181+187=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5BB is #2D4A44. Grayscale: #BEBEBE. Windows color (decimal): -2968133 or 12301778. OLE color: 12301778.
HSL color Cylindrical-coordinate representation of color #D2B5BB: hue angle of 347.59º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2B5BB is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 187 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.18 |
| HSL | 347.59º | 0.24% | 0.77% | - |
| HSV(B) | 347.59º | 0.14% | 0.82% | - |
| XYZ | 52.07 | 50.34 | 53.99 | - |
| YUV | 190.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 187 | 0 | 0.14 | 0.11 | 0.18 | 347.59 | 0.24 | 0.77 |
| Hex | D2 | B5 | BB | 0 | E | B | 12 | 15C | 18 | 4D |
| Octal | 322 | 265 | 273 | 0 | 16 | 13 | 22 | 534 | 30 | 115 |
| Binary | 11010010 | 10110101 | 10111011 | 0 | 1110 | 1011 | 10010 | 101011100 | 11000 | 1001101 |
Color Harmonies of #D2B5BB
Complementary color
Monochromatic Colors of #D2B5BB
Black with #D2B5BB
Text Example
Text Example
White with #D2B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5BB; }
p { color: rgb(210,181,187); }
H1.HeaderClassName
{
color: #D2B5BB;
}
.AnyTagClassName
{
color: #D2B5BB;
}
</style>
background-color css
<style>
a { background-color: #D2B5BB; }
a { background-color: rgb(210,181,187); }
div.DivClassName
{
background-color: #D2B5BB;
}
.BgClassName
{
background-color: #D2B5BB;
}
</style>
border-color css
<style>
span { border-color: #D2B5BB; }
span { border-color: rgb(210,181,187); }
td.TdClassName
{
border-color: #D2B5BB;
}
.TagClassName
{
border-color: #D2B5BB;
}
</style>