Shades of Pink Flare #D5B2B3
Tints of Pink Flare #D5B2B3
RGB
CMYK
RGB Variations
Color information
#D5B2B3 (or 0xD5B2B3) is known color: Pink Flare. HEX triplet: D5, B2 and B3. RGB value is (213,178,179). Sum of RGB (Red+Green+Blue) = 213+178+179=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2B3 is #2A4D4C. Grayscale: #BCBCBC. Windows color (decimal): -2772301 or 11776725. OLE color: 11776725.
HSL color Cylindrical-coordinate representation of color #D5B2B3: hue angle of 358.29º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B2B3 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 179 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.16 |
| HSL | 358.29º | 0.29% | 0.77% | - |
| HSV(B) | 358.29º | 0.16% | 0.84% | - |
| XYZ | 51.5 | 49.24 | 49.44 | - |
| YUV | 188.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 179 | 0 | 0.16 | 0.16 | 0.16 | 358.29 | 0.29 | 0.77 |
| Hex | D5 | B2 | B3 | 0 | 10 | 10 | 10 | 166 | 1D | 4D |
| Octal | 325 | 262 | 263 | 0 | 20 | 20 | 20 | 546 | 35 | 115 |
| Binary | 11010101 | 10110010 | 10110011 | 0 | 10000 | 10000 | 10000 | 101100110 | 11101 | 1001101 |
Color Harmonies of #D5B2B3
Complementary color
Monochromatic Colors of #D5B2B3
Black with #D5B2B3
Text Example
Text Example
White with #D5B2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B2B3; }
p { color: rgb(213,178,179); }
H1.HeaderClassName
{
color: #D5B2B3;
}
.AnyTagClassName
{
color: #D5B2B3;
}
</style>
background-color css
<style>
a { background-color: #D5B2B3; }
a { background-color: rgb(213,178,179); }
div.DivClassName
{
background-color: #D5B2B3;
}
.BgClassName
{
background-color: #D5B2B3;
}
</style>
border-color css
<style>
span { border-color: #D5B2B3; }
span { border-color: rgb(213,178,179); }
td.TdClassName
{
border-color: #D5B2B3;
}
.TagClassName
{
border-color: #D5B2B3;
}
</style>