Shades of Froly #D2797C
Tints of Froly #D2797C
RGB
CMYK
RGB Variations
Color information
#D2797C (or 0xD2797C) is known color: Froly. HEX triplet: D2, 79 and 7C. RGB value is (210,121,124). Sum of RGB (Red+Green+Blue) = 210+121+124=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2797C is #2D8683. Grayscale: #949494. Windows color (decimal): -2983556 or 8157650. OLE color: 8157650.
HSL color Cylindrical-coordinate representation of color #D2797C: hue angle of 357.98º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2797C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 124 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.18 |
| HSL | 357.98º | 0.5% | 0.65% | - |
| HSV(B) | 357.98º | 0.42% | 0.82% | - |
| XYZ | 37.05 | 28.83 | 22.68 | - |
| YUV | 147.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 124 | 0 | 0.42 | 0.41 | 0.18 | 357.98 | 0.5 | 0.65 |
| Hex | D2 | 79 | 7C | 0 | 2A | 29 | 12 | 166 | 32 | 41 |
| Octal | 322 | 171 | 174 | 0 | 52 | 51 | 22 | 546 | 62 | 101 |
| Binary | 11010010 | 1111001 | 1111100 | 0 | 101010 | 101001 | 10010 | 101100110 | 110010 | 1000001 |
Color Harmonies of #D2797C
Complementary color
Monochromatic Colors of #D2797C
Black with #D2797C
Text Example
Text Example
White with #D2797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2797C; }
p { color: rgb(210,121,124); }
H1.HeaderClassName
{
color: #D2797C;
}
.AnyTagClassName
{
color: #D2797C;
}
</style>
background-color css
<style>
a { background-color: #D2797C; }
a { background-color: rgb(210,121,124); }
div.DivClassName
{
background-color: #D2797C;
}
.BgClassName
{
background-color: #D2797C;
}
</style>
border-color css
<style>
span { border-color: #D2797C; }
span { border-color: rgb(210,121,124); }
td.TdClassName
{
border-color: #D2797C;
}
.TagClassName
{
border-color: #D2797C;
}
</style>