Shades of Pink Flare #D5B4B7
Tints of Pink Flare #D5B4B7
RGB
CMYK
RGB Variations
Color information
#D5B4B7 (or 0xD5B4B7) is known color: Pink Flare. HEX triplet: D5, B4 and B7. RGB value is (213,180,183). Sum of RGB (Red+Green+Blue) = 213+180+183=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B4B7 is #2A4B48. Grayscale: #BEBEBE. Windows color (decimal): -2771785 or 12039381. OLE color: 12039381.
HSL color Cylindrical-coordinate representation of color #D5B4B7: hue angle of 354.55º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B4B7 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 180 | 183 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.16 |
| HSL | 354.55º | 0.28% | 0.77% | - |
| HSV(B) | 354.55º | 0.15% | 0.84% | - |
| XYZ | 52.31 | 50.21 | 51.73 | - |
| YUV | 190.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 183 | 0 | 0.15 | 0.14 | 0.16 | 354.55 | 0.28 | 0.77 |
| Hex | D5 | B4 | B7 | 0 | F | E | 10 | 163 | 1C | 4D |
| Octal | 325 | 264 | 267 | 0 | 17 | 16 | 20 | 543 | 34 | 115 |
| Binary | 11010101 | 10110100 | 10110111 | 0 | 1111 | 1110 | 10000 | 101100011 | 11100 | 1001101 |
Color Harmonies of #D5B4B7
Complementary color
Monochromatic Colors of #D5B4B7
Black with #D5B4B7
Text Example
Text Example
White with #D5B4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B4B7; }
p { color: rgb(213,180,183); }
H1.HeaderClassName
{
color: #D5B4B7;
}
.AnyTagClassName
{
color: #D5B4B7;
}
</style>
background-color css
<style>
a { background-color: #D5B4B7; }
a { background-color: rgb(213,180,183); }
div.DivClassName
{
background-color: #D5B4B7;
}
.BgClassName
{
background-color: #D5B4B7;
}
</style>
border-color css
<style>
span { border-color: #D5B4B7; }
span { border-color: rgb(213,180,183); }
td.TdClassName
{
border-color: #D5B4B7;
}
.TagClassName
{
border-color: #D5B4B7;
}
</style>