Shades of Pink Flare #D2AFB5
Tints of Pink Flare #D2AFB5
RGB
CMYK
RGB Variations
Color information
#D2AFB5 (or 0xD2AFB5) is known color: Pink Flare. HEX triplet: D2, AF and B5. RGB value is (210,175,181). Sum of RGB (Red+Green+Blue) = 210+175+181=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFB5 is #2D504A. Grayscale: #BABABA. Windows color (decimal): -2969675 or 11907026. OLE color: 11907026.
HSL color Cylindrical-coordinate representation of color #D2AFB5: hue angle of 349.71º 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 #D2AFB5 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 181 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.18 |
| HSL | 349.71º | 0.28% | 0.75% | - |
| HSV(B) | 349.71º | 0.17% | 0.82% | - |
| XYZ | 50.25 | 47.7 | 50.27 | - |
| YUV | 186.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 181 | 0 | 0.17 | 0.14 | 0.18 | 349.71 | 0.28 | 0.75 |
| Hex | D2 | AF | B5 | 0 | 11 | E | 12 | 15E | 1C | 4B |
| Octal | 322 | 257 | 265 | 0 | 21 | 16 | 22 | 536 | 34 | 113 |
| Binary | 11010010 | 10101111 | 10110101 | 0 | 10001 | 1110 | 10010 | 101011110 | 11100 | 1001011 |
Color Harmonies of #D2AFB5
Complementary color
Monochromatic Colors of #D2AFB5
Black with #D2AFB5
Text Example
Text Example
White with #D2AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AFB5; }
p { color: rgb(210,175,181); }
H1.HeaderClassName
{
color: #D2AFB5;
}
.AnyTagClassName
{
color: #D2AFB5;
}
</style>
background-color css
<style>
a { background-color: #D2AFB5; }
a { background-color: rgb(210,175,181); }
div.DivClassName
{
background-color: #D2AFB5;
}
.BgClassName
{
background-color: #D2AFB5;
}
</style>
border-color css
<style>
span { border-color: #D2AFB5; }
span { border-color: rgb(210,175,181); }
td.TdClassName
{
border-color: #D2AFB5;
}
.TagClassName
{
border-color: #D2AFB5;
}
</style>