Shades of Pink Flare #D1ABB2
Tints of Pink Flare #D1ABB2
RGB
CMYK
RGB Variations
Color information
#D1ABB2 (or 0xD1ABB2) is known color: Pink Flare. HEX triplet: D1, AB and B2. RGB value is (209,171,178). Sum of RGB (Red+Green+Blue) = 209+171+178=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ABB2 is #2E544D. Grayscale: #B7B7B7. Windows color (decimal): -3036238 or 11709393. OLE color: 11709393.
HSL color Cylindrical-coordinate representation of color #D1ABB2: hue angle of 348.95º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ABB2 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 178 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.18 |
| HSL | 348.95º | 0.29% | 0.75% | - |
| HSV(B) | 348.95º | 0.18% | 0.82% | - |
| XYZ | 48.89 | 45.9 | 48.4 | - |
| YUV | 183.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 178 | 0 | 0.18 | 0.15 | 0.18 | 348.95 | 0.29 | 0.75 |
| Hex | D1 | AB | B2 | 0 | 12 | F | 12 | 15D | 1D | 4B |
| Octal | 321 | 253 | 262 | 0 | 22 | 17 | 22 | 535 | 35 | 113 |
| Binary | 11010001 | 10101011 | 10110010 | 0 | 10010 | 1111 | 10010 | 101011101 | 11101 | 1001011 |
Color Harmonies of #D1ABB2
Complementary color
Monochromatic Colors of #D1ABB2
Black with #D1ABB2
Text Example
Text Example
White with #D1ABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABB2; }
p { color: rgb(209,171,178); }
H1.HeaderClassName
{
color: #D1ABB2;
}
.AnyTagClassName
{
color: #D1ABB2;
}
</style>
background-color css
<style>
a { background-color: #D1ABB2; }
a { background-color: rgb(209,171,178); }
div.DivClassName
{
background-color: #D1ABB2;
}
.BgClassName
{
background-color: #D1ABB2;
}
</style>
border-color css
<style>
span { border-color: #D1ABB2; }
span { border-color: rgb(209,171,178); }
td.TdClassName
{
border-color: #D1ABB2;
}
.TagClassName
{
border-color: #D1ABB2;
}
</style>