Shades of Pink Flare #DAB1B5
Tints of Pink Flare #DAB1B5
RGB
CMYK
RGB Variations
Color information
#DAB1B5 (or 0xDAB1B5) is known color: Pink Flare. HEX triplet: DA, B1 and B5. RGB value is (218,177,181). Sum of RGB (Red+Green+Blue) = 218+177+181=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1B5 is #254E4A. Grayscale: #BDBDBD. Windows color (decimal): -2444875 or 11907546. OLE color: 11907546.
HSL color Cylindrical-coordinate representation of color #DAB1B5: hue angle of 354.15º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB1B5 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 181 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.15 |
| HSL | 354.15º | 0.36% | 0.77% | - |
| HSV(B) | 354.15º | 0.19% | 0.85% | - |
| XYZ | 52.98 | 49.69 | 50.51 | - |
| YUV | 189.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 181 | 0 | 0.19 | 0.17 | 0.15 | 354.15 | 0.36 | 0.77 |
| Hex | DA | B1 | B5 | 0 | 13 | 11 | F | 162 | 24 | 4D |
| Octal | 332 | 261 | 265 | 0 | 23 | 21 | 17 | 542 | 44 | 115 |
| Binary | 11011010 | 10110001 | 10110101 | 0 | 10011 | 10001 | 1111 | 101100010 | 100100 | 1001101 |
Color Harmonies of #DAB1B5
Complementary color
Monochromatic Colors of #DAB1B5
Black with #DAB1B5
Text Example
Text Example
White with #DAB1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1B5; }
p { color: rgb(218,177,181); }
H1.HeaderClassName
{
color: #DAB1B5;
}
.AnyTagClassName
{
color: #DAB1B5;
}
</style>
background-color css
<style>
a { background-color: #DAB1B5; }
a { background-color: rgb(218,177,181); }
div.DivClassName
{
background-color: #DAB1B5;
}
.BgClassName
{
background-color: #DAB1B5;
}
</style>
border-color css
<style>
span { border-color: #DAB1B5; }
span { border-color: rgb(218,177,181); }
td.TdClassName
{
border-color: #DAB1B5;
}
.TagClassName
{
border-color: #DAB1B5;
}
</style>