Shades of Flamingo #DD5D45
Tints of Flamingo #DD5D45
RGB
CMYK
RGB Variations
Color information
#DD5D45 (or 0xDD5D45) is known color: Flamingo. HEX triplet: DD, 5D and 45. RGB value is (221,93,69). Sum of RGB (Red+Green+Blue) = 221+93+69=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D45 is #22A2BA. Grayscale: #808080. Windows color (decimal): -2269883 or 4546013. OLE color: 4546013.
HSL color Cylindrical-coordinate representation of color #DD5D45: hue angle of 9.47º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD5D45 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 69 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.13 |
| HSL | 9.47º | 0.69% | 0.57% | - |
| HSV(B) | 9.47º | 0.69% | 0.87% | - |
| XYZ | 34.81 | 23.63 | 8.36 | - |
| YUV | 128.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 69 | 0 | 0.58 | 0.69 | 0.13 | 9.47 | 0.69 | 0.57 |
| Hex | DD | 5D | 45 | 0 | 3A | 45 | D | 9 | 45 | 39 |
| Octal | 335 | 135 | 105 | 0 | 72 | 105 | 15 | 11 | 105 | 71 |
| Binary | 11011101 | 1011101 | 1000101 | 0 | 111010 | 1000101 | 1101 | 1001 | 1000101 | 111001 |
Color Harmonies of #DD5D45
Complementary color
Monochromatic Colors of #DD5D45
Black with #DD5D45
Text Example
Text Example
White with #DD5D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D45; }
p { color: rgb(221,93,69); }
H1.HeaderClassName
{
color: #DD5D45;
}
.AnyTagClassName
{
color: #DD5D45;
}
</style>
background-color css
<style>
a { background-color: #DD5D45; }
a { background-color: rgb(221,93,69); }
div.DivClassName
{
background-color: #DD5D45;
}
.BgClassName
{
background-color: #DD5D45;
}
</style>
border-color css
<style>
span { border-color: #DD5D45; }
span { border-color: rgb(221,93,69); }
td.TdClassName
{
border-color: #DD5D45;
}
.TagClassName
{
border-color: #DD5D45;
}
</style>