Shades of Pink Flare #D5BBBD
Tints of Pink Flare #D5BBBD
RGB
CMYK
RGB Variations
Color information
#D5BBBD (or 0xD5BBBD) is known color: Pink Flare. HEX triplet: D5, BB and BD. RGB value is (213,187,189). Sum of RGB (Red+Green+Blue) = 213+187+189=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBBD is #2A4442. Grayscale: #C3C3C3. Windows color (decimal): -2769987 or 12434389. OLE color: 12434389.
HSL color Cylindrical-coordinate representation of color #D5BBBD: hue angle of 355.38º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BBBD is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 189 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.16 |
| HSL | 355.38º | 0.24% | 0.78% | - |
| HSV(B) | 355.38º | 0.12% | 0.84% | - |
| XYZ | 54.4 | 53.36 | 55.58 | - |
| YUV | 195 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 189 | 0 | 0.12 | 0.11 | 0.16 | 355.38 | 0.24 | 0.78 |
| Hex | D5 | BB | BD | 0 | C | B | 10 | 163 | 18 | 4E |
| Octal | 325 | 273 | 275 | 0 | 14 | 13 | 20 | 543 | 30 | 116 |
| Binary | 11010101 | 10111011 | 10111101 | 0 | 1100 | 1011 | 10000 | 101100011 | 11000 | 1001110 |
Color Harmonies of #D5BBBD
Complementary color
Monochromatic Colors of #D5BBBD
Black with #D5BBBD
Text Example
Text Example
White with #D5BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBBD; }
p { color: rgb(213,187,189); }
H1.HeaderClassName
{
color: #D5BBBD;
}
.AnyTagClassName
{
color: #D5BBBD;
}
</style>
background-color css
<style>
a { background-color: #D5BBBD; }
a { background-color: rgb(213,187,189); }
div.DivClassName
{
background-color: #D5BBBD;
}
.BgClassName
{
background-color: #D5BBBD;
}
</style>
border-color css
<style>
span { border-color: #D5BBBD; }
span { border-color: rgb(213,187,189); }
td.TdClassName
{
border-color: #D5BBBD;
}
.TagClassName
{
border-color: #D5BBBD;
}
</style>