Shades of Flamingo #D96352
Tints of Flamingo #D96352
RGB
CMYK
RGB Variations
Color information
#D96352 (or 0xD96352) is known color: Flamingo. HEX triplet: D9, 63 and 52. RGB value is (217,99,82). Sum of RGB (Red+Green+Blue) = 217+99+82=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D96352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96352 is #269CAD. Grayscale: #848484. Windows color (decimal): -2530478 or 5399513. OLE color: 5399513.
HSL color Cylindrical-coordinate representation of color #D96352: hue angle of 7.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D96352 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 82 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.15 |
| HSL | 7.56º | 0.64% | 0.59% | - |
| HSV(B) | 7.56º | 0.62% | 0.85% | - |
| XYZ | 34.6 | 24.28 | 10.85 | - |
| YUV | 132.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 82 | 0 | 0.54 | 0.62 | 0.15 | 7.56 | 0.64 | 0.59 |
| Hex | D9 | 63 | 52 | 0 | 36 | 3E | F | 8 | 40 | 3B |
| Octal | 331 | 143 | 122 | 0 | 66 | 76 | 17 | 10 | 100 | 73 |
| Binary | 11011001 | 1100011 | 1010010 | 0 | 110110 | 111110 | 1111 | 1000 | 1000000 | 111011 |
Color Harmonies of #D96352
Complementary color
Monochromatic Colors of #D96352
Black with #D96352
Text Example
Text Example
White with #D96352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96352; }
p { color: rgb(217,99,82); }
H1.HeaderClassName
{
color: #D96352;
}
.AnyTagClassName
{
color: #D96352;
}
</style>
background-color css
<style>
a { background-color: #D96352; }
a { background-color: rgb(217,99,82); }
div.DivClassName
{
background-color: #D96352;
}
.BgClassName
{
background-color: #D96352;
}
</style>
border-color css
<style>
span { border-color: #D96352; }
span { border-color: rgb(217,99,82); }
td.TdClassName
{
border-color: #D96352;
}
.TagClassName
{
border-color: #D96352;
}
</style>