Shades of Flamingo #DB644F
Tints of Flamingo #DB644F
RGB
CMYK
RGB Variations
Color information
#DB644F (or 0xDB644F) is known color: Flamingo. HEX triplet: DB, 64 and 4F. RGB value is (219,100,79). Sum of RGB (Red+Green+Blue) = 219+100+79=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB644F is #249BB0. Grayscale: #858585. Windows color (decimal): -2399153 or 5203163. OLE color: 5203163.
HSL color Cylindrical-coordinate representation of color #DB644F: hue angle of 9º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB644F is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 79 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.14 |
| HSL | 9º | 0.66% | 0.58% | - |
| HSV(B) | 9º | 0.64% | 0.86% | - |
| XYZ | 35.18 | 24.74 | 10.32 | - |
| YUV | 133.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 79 | 0 | 0.54 | 0.64 | 0.14 | 9 | 0.66 | 0.58 |
| Hex | DB | 64 | 4F | 0 | 36 | 40 | E | 9 | 42 | 3A |
| Octal | 333 | 144 | 117 | 0 | 66 | 100 | 16 | 11 | 102 | 72 |
| Binary | 11011011 | 1100100 | 1001111 | 0 | 110110 | 1000000 | 1110 | 1001 | 1000010 | 111010 |
Color Harmonies of #DB644F
Complementary color
Monochromatic Colors of #DB644F
Black with #DB644F
Text Example
Text Example
White with #DB644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB644F; }
p { color: rgb(219,100,79); }
H1.HeaderClassName
{
color: #DB644F;
}
.AnyTagClassName
{
color: #DB644F;
}
</style>
background-color css
<style>
a { background-color: #DB644F; }
a { background-color: rgb(219,100,79); }
div.DivClassName
{
background-color: #DB644F;
}
.BgClassName
{
background-color: #DB644F;
}
</style>
border-color css
<style>
span { border-color: #DB644F; }
span { border-color: rgb(219,100,79); }
td.TdClassName
{
border-color: #DB644F;
}
.TagClassName
{
border-color: #DB644F;
}
</style>