Shades of Pink Flare #D2AFB0
Tints of Pink Flare #D2AFB0
RGB
CMYK
RGB Variations
Color information
#D2AFB0 (or 0xD2AFB0) is known color: Pink Flare. HEX triplet: D2, AF and B0. RGB value is (210,175,176). Sum of RGB (Red+Green+Blue) = 210+175+176=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AFB0 is #2D504F. Grayscale: #B9B9B9. Windows color (decimal): -2969680 or 11579346. OLE color: 11579346.
HSL color Cylindrical-coordinate representation of color #D2AFB0: hue angle of 358.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AFB0 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 176 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.18 |
| HSL | 358.29º | 0.28% | 0.75% | - |
| HSV(B) | 358.29º | 0.17% | 0.82% | - |
| XYZ | 49.74 | 47.5 | 47.62 | - |
| YUV | 185.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 176 | 0 | 0.17 | 0.16 | 0.18 | 358.29 | 0.28 | 0.75 |
| Hex | D2 | AF | B0 | 0 | 11 | 10 | 12 | 166 | 1C | 4B |
| Octal | 322 | 257 | 260 | 0 | 21 | 20 | 22 | 546 | 34 | 113 |
| Binary | 11010010 | 10101111 | 10110000 | 0 | 10001 | 10000 | 10010 | 101100110 | 11100 | 1001011 |
Color Harmonies of #D2AFB0
Complementary color
Monochromatic Colors of #D2AFB0
Black with #D2AFB0
Text Example
Text Example
White with #D2AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFB0; }
p { color: rgb(210,175,176); }
H1.HeaderClassName
{
color: #D2AFB0;
}
.AnyTagClassName
{
color: #D2AFB0;
}
</style>
background-color css
<style>
a { background-color: #D2AFB0; }
a { background-color: rgb(210,175,176); }
div.DivClassName
{
background-color: #D2AFB0;
}
.BgClassName
{
background-color: #D2AFB0;
}
</style>
border-color css
<style>
span { border-color: #D2AFB0; }
span { border-color: rgb(210,175,176); }
td.TdClassName
{
border-color: #D2AFB0;
}
.TagClassName
{
border-color: #D2AFB0;
}
</style>