Shades of Pink Flare #D2B5B6
Tints of Pink Flare #D2B5B6
RGB
CMYK
RGB Variations
Color information
#D2B5B6 (or 0xD2B5B6) is known color: Pink Flare. HEX triplet: D2, B5 and B6. RGB value is (210,181,182). Sum of RGB (Red+Green+Blue) = 210+181+182=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B5B6 is #2D4A49. Grayscale: #BDBDBD. Windows color (decimal): -2968138 or 11974098. OLE color: 11974098.
HSL color Cylindrical-coordinate representation of color #D2B5B6: hue angle of 357.93º 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 #D2B5B6 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 181 | 182 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.18 |
| HSL | 357.93º | 0.24% | 0.77% | - |
| HSV(B) | 357.93º | 0.14% | 0.82% | - |
| XYZ | 51.55 | 50.13 | 51.21 | - |
| YUV | 189.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 182 | 0 | 0.14 | 0.13 | 0.18 | 357.93 | 0.24 | 0.77 |
| Hex | D2 | B5 | B6 | 0 | E | D | 12 | 166 | 18 | 4D |
| Octal | 322 | 265 | 266 | 0 | 16 | 15 | 22 | 546 | 30 | 115 |
| Binary | 11010010 | 10110101 | 10110110 | 0 | 1110 | 1101 | 10010 | 101100110 | 11000 | 1001101 |
Color Harmonies of #D2B5B6
Complementary color
Monochromatic Colors of #D2B5B6
Black with #D2B5B6
Text Example
Text Example
White with #D2B5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5B6; }
p { color: rgb(210,181,182); }
H1.HeaderClassName
{
color: #D2B5B6;
}
.AnyTagClassName
{
color: #D2B5B6;
}
</style>
background-color css
<style>
a { background-color: #D2B5B6; }
a { background-color: rgb(210,181,182); }
div.DivClassName
{
background-color: #D2B5B6;
}
.BgClassName
{
background-color: #D2B5B6;
}
</style>
border-color css
<style>
span { border-color: #D2B5B6; }
span { border-color: rgb(210,181,182); }
td.TdClassName
{
border-color: #D2B5B6;
}
.TagClassName
{
border-color: #D2B5B6;
}
</style>