Shades of Pink Flare #D5BFC1
Tints of Pink Flare #D5BFC1
RGB
CMYK
RGB Variations
Color information
#D5BFC1 (or 0xD5BFC1) is known color: Pink Flare. HEX triplet: D5, BF and C1. RGB value is (213,191,193). Sum of RGB (Red+Green+Blue) = 213+191+193=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFC1 is #2A403E. Grayscale: #C5C5C5. Windows color (decimal): -2768959 or 12697557. OLE color: 12697557.
HSL color Cylindrical-coordinate representation of color #D5BFC1: hue angle of 354.55º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5BFC1 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 193 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.16 |
| HSL | 354.55º | 0.21% | 0.79% | - |
| HSV(B) | 354.55º | 0.1% | 0.84% | - |
| XYZ | 55.7 | 55.26 | 58.18 | - |
| YUV | 197.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 193 | 0 | 0.10 | 0.09 | 0.16 | 354.55 | 0.21 | 0.79 |
| Hex | D5 | BF | C1 | 0 | A | 9 | 10 | 163 | 15 | 4F |
| Octal | 325 | 277 | 301 | 0 | 12 | 11 | 20 | 543 | 25 | 117 |
| Binary | 11010101 | 10111111 | 11000001 | 0 | 1010 | 1001 | 10000 | 101100011 | 10101 | 1001111 |
Color Harmonies of #D5BFC1
Complementary color
Monochromatic Colors of #D5BFC1
Black with #D5BFC1
Text Example
Text Example
White with #D5BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BFC1; }
p { color: rgb(213,191,193); }
H1.HeaderClassName
{
color: #D5BFC1;
}
.AnyTagClassName
{
color: #D5BFC1;
}
</style>
background-color css
<style>
a { background-color: #D5BFC1; }
a { background-color: rgb(213,191,193); }
div.DivClassName
{
background-color: #D5BFC1;
}
.BgClassName
{
background-color: #D5BFC1;
}
</style>
border-color css
<style>
span { border-color: #D5BFC1; }
span { border-color: rgb(213,191,193); }
td.TdClassName
{
border-color: #D5BFC1;
}
.TagClassName
{
border-color: #D5BFC1;
}
</style>