Shades of Pink Flare #D0ADAF
Tints of Pink Flare #D0ADAF
RGB
CMYK
RGB Variations
Color information
#D0ADAF (or 0xD0ADAF) is known color: Pink Flare. HEX triplet: D0, AD and AF. RGB value is (208,173,175). Sum of RGB (Red+Green+Blue) = 208+173+175=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0ADAF is #2F5250. Grayscale: #B7B7B7. Windows color (decimal): -3101265 or 11513296. OLE color: 11513296.
HSL color Cylindrical-coordinate representation of color #D0ADAF: hue angle of 356.57º degrees, saturation: 0.27, 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 #D0ADAF is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 175 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.18 |
| HSL | 356.57º | 0.27% | 0.75% | - |
| HSV(B) | 356.57º | 0.17% | 0.82% | - |
| XYZ | 48.69 | 46.39 | 46.95 | - |
| YUV | 183.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 175 | 0 | 0.17 | 0.16 | 0.18 | 356.57 | 0.27 | 0.75 |
| Hex | D0 | AD | AF | 0 | 11 | 10 | 12 | 165 | 1B | 4B |
| Octal | 320 | 255 | 257 | 0 | 21 | 20 | 22 | 545 | 33 | 113 |
| Binary | 11010000 | 10101101 | 10101111 | 0 | 10001 | 10000 | 10010 | 101100101 | 11011 | 1001011 |
Color Harmonies of #D0ADAF
Complementary color
Monochromatic Colors of #D0ADAF
Black with #D0ADAF
Text Example
Text Example
White with #D0ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ADAF; }
p { color: rgb(208,173,175); }
H1.HeaderClassName
{
color: #D0ADAF;
}
.AnyTagClassName
{
color: #D0ADAF;
}
</style>
background-color css
<style>
a { background-color: #D0ADAF; }
a { background-color: rgb(208,173,175); }
div.DivClassName
{
background-color: #D0ADAF;
}
.BgClassName
{
background-color: #D0ADAF;
}
</style>
border-color css
<style>
span { border-color: #D0ADAF; }
span { border-color: rgb(208,173,175); }
td.TdClassName
{
border-color: #D0ADAF;
}
.TagClassName
{
border-color: #D0ADAF;
}
</style>