Shades of Flamingo #DB614B
Tints of Flamingo #DB614B
RGB
CMYK
RGB Variations
Color information
#DB614B (or 0xDB614B) is known color: Flamingo. HEX triplet: DB, 61 and 4B. RGB value is (219,97,75). Sum of RGB (Red+Green+Blue) = 219+97+75=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB614B is #249EB4. Grayscale: #838383. Windows color (decimal): -2399925 or 4940251. OLE color: 4940251.
HSL color Cylindrical-coordinate representation of color #DB614B: hue angle of 9.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB614B is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 75 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.14 |
| HSL | 9.17º | 0.67% | 0.58% | - |
| HSV(B) | 9.17º | 0.66% | 0.86% | - |
| XYZ | 34.76 | 24.12 | 9.48 | - |
| YUV | 130.97 | 96.42 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 75 | 0 | 0.56 | 0.66 | 0.14 | 9.17 | 0.67 | 0.58 |
| Hex | DB | 61 | 4B | 0 | 38 | 42 | E | 9 | 43 | 3A |
| Octal | 333 | 141 | 113 | 0 | 70 | 102 | 16 | 11 | 103 | 72 |
| Binary | 11011011 | 1100001 | 1001011 | 0 | 111000 | 1000010 | 1110 | 1001 | 1000011 | 111010 |
Color Harmonies of #DB614B
Complementary color
Monochromatic Colors of #DB614B
Black with #DB614B
Text Example
Text Example
White with #DB614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB614B; }
p { color: rgb(219,97,75); }
H1.HeaderClassName
{
color: #DB614B;
}
.AnyTagClassName
{
color: #DB614B;
}
</style>
background-color css
<style>
a { background-color: #DB614B; }
a { background-color: rgb(219,97,75); }
div.DivClassName
{
background-color: #DB614B;
}
.BgClassName
{
background-color: #DB614B;
}
</style>
border-color css
<style>
span { border-color: #DB614B; }
span { border-color: rgb(219,97,75); }
td.TdClassName
{
border-color: #DB614B;
}
.TagClassName
{
border-color: #DB614B;
}
</style>