Shades of Pink Flare #D4ADB1
Tints of Pink Flare #D4ADB1
RGB
CMYK
RGB Variations
Color information
#D4ADB1 (or 0xD4ADB1) is known color: Pink Flare. HEX triplet: D4, AD and B1. RGB value is (212,173,177). Sum of RGB (Red+Green+Blue) = 212+173+177=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ADB1 is #2B524E. Grayscale: #B9B9B9. Windows color (decimal): -2839119 or 11644372. OLE color: 11644372.
HSL color Cylindrical-coordinate representation of color #D4ADB1: hue angle of 353.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4ADB1 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 177 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.17 |
| HSL | 353.85º | 0.31% | 0.75% | - |
| HSV(B) | 353.85º | 0.18% | 0.83% | - |
| XYZ | 50.03 | 47.06 | 48.04 | - |
| YUV | 185.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 177 | 0 | 0.18 | 0.17 | 0.17 | 353.85 | 0.31 | 0.75 |
| Hex | D4 | AD | B1 | 0 | 12 | 11 | 11 | 162 | 1F | 4B |
| Octal | 324 | 255 | 261 | 0 | 22 | 21 | 21 | 542 | 37 | 113 |
| Binary | 11010100 | 10101101 | 10110001 | 0 | 10010 | 10001 | 10001 | 101100010 | 11111 | 1001011 |
Color Harmonies of #D4ADB1
Complementary color
Monochromatic Colors of #D4ADB1
Black with #D4ADB1
Text Example
Text Example
White with #D4ADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ADB1; }
p { color: rgb(212,173,177); }
H1.HeaderClassName
{
color: #D4ADB1;
}
.AnyTagClassName
{
color: #D4ADB1;
}
</style>
background-color css
<style>
a { background-color: #D4ADB1; }
a { background-color: rgb(212,173,177); }
div.DivClassName
{
background-color: #D4ADB1;
}
.BgClassName
{
background-color: #D4ADB1;
}
</style>
border-color css
<style>
span { border-color: #D4ADB1; }
span { border-color: rgb(212,173,177); }
td.TdClassName
{
border-color: #D4ADB1;
}
.TagClassName
{
border-color: #D4ADB1;
}
</style>