Shades of Flamingo #D6644B
Tints of Flamingo #D6644B
RGB
CMYK
RGB Variations
Color information
#D6644B (or 0xD6644B) is known color: Flamingo. HEX triplet: D6, 64 and 4B. RGB value is (214,100,75). Sum of RGB (Red+Green+Blue) = 214+100+75=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6644B is #299BB4. Grayscale: #838383. Windows color (decimal): -2726837 or 4941014. OLE color: 4941014.
HSL color Cylindrical-coordinate representation of color #D6644B: hue angle of 10.79º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6644B is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 75 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.16 |
| HSL | 10.79º | 0.63% | 0.57% | - |
| HSV(B) | 10.79º | 0.65% | 0.84% | - |
| XYZ | 33.56 | 23.92 | 9.5 | - |
| YUV | 131.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 75 | 0 | 0.53 | 0.65 | 0.16 | 10.79 | 0.63 | 0.57 |
| Hex | D6 | 64 | 4B | 0 | 35 | 41 | 10 | B | 3F | 39 |
| Octal | 326 | 144 | 113 | 0 | 65 | 101 | 20 | 13 | 77 | 71 |
| Binary | 11010110 | 1100100 | 1001011 | 0 | 110101 | 1000001 | 10000 | 1011 | 111111 | 111001 |
Color Harmonies of #D6644B
Complementary color
Monochromatic Colors of #D6644B
Black with #D6644B
Text Example
Text Example
White with #D6644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6644B; }
p { color: rgb(214,100,75); }
H1.HeaderClassName
{
color: #D6644B;
}
.AnyTagClassName
{
color: #D6644B;
}
</style>
background-color css
<style>
a { background-color: #D6644B; }
a { background-color: rgb(214,100,75); }
div.DivClassName
{
background-color: #D6644B;
}
.BgClassName
{
background-color: #D6644B;
}
</style>
border-color css
<style>
span { border-color: #D6644B; }
span { border-color: rgb(214,100,75); }
td.TdClassName
{
border-color: #D6644B;
}
.TagClassName
{
border-color: #D6644B;
}
</style>