Shades of Pink Flare #DAB1B3
Tints of Pink Flare #DAB1B3
RGB
CMYK
RGB Variations
Color information
#DAB1B3 (or 0xDAB1B3) is known color: Pink Flare. HEX triplet: DA, B1 and B3. RGB value is (218,177,179). Sum of RGB (Red+Green+Blue) = 218+177+179=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1B3 is #254E4C. Grayscale: #BDBDBD. Windows color (decimal): -2444877 or 11776474. OLE color: 11776474.
HSL color Cylindrical-coordinate representation of color #DAB1B3: hue angle of 357.07º 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 #DAB1B3 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 179 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.15 |
| HSL | 357.07º | 0.36% | 0.77% | - |
| HSV(B) | 357.07º | 0.19% | 0.85% | - |
| XYZ | 52.77 | 49.6 | 49.44 | - |
| YUV | 189.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 179 | 0 | 0.19 | 0.18 | 0.15 | 357.07 | 0.36 | 0.77 |
| Hex | DA | B1 | B3 | 0 | 13 | 12 | F | 165 | 24 | 4D |
| Octal | 332 | 261 | 263 | 0 | 23 | 22 | 17 | 545 | 44 | 115 |
| Binary | 11011010 | 10110001 | 10110011 | 0 | 10011 | 10010 | 1111 | 101100101 | 100100 | 1001101 |
Color Harmonies of #DAB1B3
Complementary color
Monochromatic Colors of #DAB1B3
Black with #DAB1B3
Text Example
Text Example
White with #DAB1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB1B3; }
p { color: rgb(218,177,179); }
H1.HeaderClassName
{
color: #DAB1B3;
}
.AnyTagClassName
{
color: #DAB1B3;
}
</style>
background-color css
<style>
a { background-color: #DAB1B3; }
a { background-color: rgb(218,177,179); }
div.DivClassName
{
background-color: #DAB1B3;
}
.BgClassName
{
background-color: #DAB1B3;
}
</style>
border-color css
<style>
span { border-color: #DAB1B3; }
span { border-color: rgb(218,177,179); }
td.TdClassName
{
border-color: #DAB1B3;
}
.TagClassName
{
border-color: #DAB1B3;
}
</style>