Shades of Pink Flare #D0ACB3
Tints of Pink Flare #D0ACB3
RGB
CMYK
RGB Variations
Color information
#D0ACB3 (or 0xD0ACB3) is known color: Pink Flare. HEX triplet: D0, AC and B3. RGB value is (208,172,179). Sum of RGB (Red+Green+Blue) = 208+172+179=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACB3 is #2F534C. Grayscale: #B7B7B7. Windows color (decimal): -3101517 or 11775184. OLE color: 11775184.
HSL color Cylindrical-coordinate representation of color #D0ACB3: hue angle of 348.33º 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 #D0ACB3 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 179 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.18 |
| HSL | 348.33º | 0.28% | 0.75% | - |
| HSV(B) | 348.33º | 0.17% | 0.82% | - |
| XYZ | 48.9 | 46.17 | 48.98 | - |
| YUV | 183.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 179 | 0 | 0.17 | 0.14 | 0.18 | 348.33 | 0.28 | 0.75 |
| Hex | D0 | AC | B3 | 0 | 11 | E | 12 | 15C | 1C | 4B |
| Octal | 320 | 254 | 263 | 0 | 21 | 16 | 22 | 534 | 34 | 113 |
| Binary | 11010000 | 10101100 | 10110011 | 0 | 10001 | 1110 | 10010 | 101011100 | 11100 | 1001011 |
Color Harmonies of #D0ACB3
Complementary color
Monochromatic Colors of #D0ACB3
Black with #D0ACB3
Text Example
Text Example
White with #D0ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ACB3; }
p { color: rgb(208,172,179); }
H1.HeaderClassName
{
color: #D0ACB3;
}
.AnyTagClassName
{
color: #D0ACB3;
}
</style>
background-color css
<style>
a { background-color: #D0ACB3; }
a { background-color: rgb(208,172,179); }
div.DivClassName
{
background-color: #D0ACB3;
}
.BgClassName
{
background-color: #D0ACB3;
}
</style>
border-color css
<style>
span { border-color: #D0ACB3; }
span { border-color: rgb(208,172,179); }
td.TdClassName
{
border-color: #D0ACB3;
}
.TagClassName
{
border-color: #D0ACB3;
}
</style>