Shades of Pink Flare #D2AFB6
Tints of Pink Flare #D2AFB6
RGB
CMYK
RGB Variations
Color information
#D2AFB6 (or 0xD2AFB6) is known color: Pink Flare. HEX triplet: D2, AF and B6. RGB value is (210,175,182). Sum of RGB (Red+Green+Blue) = 210+175+182=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFB6 is #2D5049. Grayscale: #BABABA. Windows color (decimal): -2969674 or 11972562. OLE color: 11972562.
HSL color Cylindrical-coordinate representation of color #D2AFB6: hue angle of 348º 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 #D2AFB6 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 182 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.18 |
| HSL | 348º | 0.28% | 0.75% | - |
| HSV(B) | 348º | 0.17% | 0.82% | - |
| XYZ | 50.35 | 47.74 | 50.82 | - |
| YUV | 186.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 182 | 0 | 0.17 | 0.13 | 0.18 | 348 | 0.28 | 0.75 |
| Hex | D2 | AF | B6 | 0 | 11 | D | 12 | 15C | 1C | 4B |
| Octal | 322 | 257 | 266 | 0 | 21 | 15 | 22 | 534 | 34 | 113 |
| Binary | 11010010 | 10101111 | 10110110 | 0 | 10001 | 1101 | 10010 | 101011100 | 11100 | 1001011 |
Color Harmonies of #D2AFB6
Complementary color
Monochromatic Colors of #D2AFB6
Black with #D2AFB6
Text Example
Text Example
White with #D2AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFB6; }
p { color: rgb(210,175,182); }
H1.HeaderClassName
{
color: #D2AFB6;
}
.AnyTagClassName
{
color: #D2AFB6;
}
</style>
background-color css
<style>
a { background-color: #D2AFB6; }
a { background-color: rgb(210,175,182); }
div.DivClassName
{
background-color: #D2AFB6;
}
.BgClassName
{
background-color: #D2AFB6;
}
</style>
border-color css
<style>
span { border-color: #D2AFB6; }
span { border-color: rgb(210,175,182); }
td.TdClassName
{
border-color: #D2AFB6;
}
.TagClassName
{
border-color: #D2AFB6;
}
</style>