Shades of Pink Flare #D1AFB3
Tints of Pink Flare #D1AFB3
RGB
CMYK
RGB Variations
Color information
#D1AFB3 (or 0xD1AFB3) is known color: Pink Flare. HEX triplet: D1, AF and B3. RGB value is (209,175,179). Sum of RGB (Red+Green+Blue) = 209+175+179=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFB3 is #2E504C. Grayscale: #B9B9B9. Windows color (decimal): -3035213 or 11775953. OLE color: 11775953.
HSL color Cylindrical-coordinate representation of color #D1AFB3: hue angle of 352.94º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1AFB3 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 179 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.18 |
| HSL | 352.94º | 0.27% | 0.75% | - |
| HSV(B) | 352.94º | 0.16% | 0.82% | - |
| XYZ | 49.76 | 47.47 | 49.19 | - |
| YUV | 185.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 179 | 0 | 0.16 | 0.14 | 0.18 | 352.94 | 0.27 | 0.75 |
| Hex | D1 | AF | B3 | 0 | 10 | E | 12 | 161 | 1B | 4B |
| Octal | 321 | 257 | 263 | 0 | 20 | 16 | 22 | 541 | 33 | 113 |
| Binary | 11010001 | 10101111 | 10110011 | 0 | 10000 | 1110 | 10010 | 101100001 | 11011 | 1001011 |
Color Harmonies of #D1AFB3
Complementary color
Monochromatic Colors of #D1AFB3
Black with #D1AFB3
Text Example
Text Example
White with #D1AFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFB3; }
p { color: rgb(209,175,179); }
H1.HeaderClassName
{
color: #D1AFB3;
}
.AnyTagClassName
{
color: #D1AFB3;
}
</style>
background-color css
<style>
a { background-color: #D1AFB3; }
a { background-color: rgb(209,175,179); }
div.DivClassName
{
background-color: #D1AFB3;
}
.BgClassName
{
background-color: #D1AFB3;
}
</style>
border-color css
<style>
span { border-color: #D1AFB3; }
span { border-color: rgb(209,175,179); }
td.TdClassName
{
border-color: #D1AFB3;
}
.TagClassName
{
border-color: #D1AFB3;
}
</style>