Shades of Froly #D2797B
Tints of Froly #D2797B
RGB
CMYK
RGB Variations
Color information
#D2797B (or 0xD2797B) is known color: Froly. HEX triplet: D2, 79 and 7B. RGB value is (210,121,123). Sum of RGB (Red+Green+Blue) = 210+121+123=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2797B is #2D8684. Grayscale: #939393. Windows color (decimal): -2983557 or 8092114. OLE color: 8092114.
HSL color Cylindrical-coordinate representation of color #D2797B: hue angle of 358.65º 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 #D2797B is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 123 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.18 |
| HSL | 358.65º | 0.5% | 0.65% | - |
| HSV(B) | 358.65º | 0.42% | 0.82% | - |
| XYZ | 36.99 | 28.81 | 22.35 | - |
| YUV | 147.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 123 | 0 | 0.42 | 0.41 | 0.18 | 358.65 | 0.5 | 0.65 |
| Hex | D2 | 79 | 7B | 0 | 2A | 29 | 12 | 167 | 32 | 41 |
| Octal | 322 | 171 | 173 | 0 | 52 | 51 | 22 | 547 | 62 | 101 |
| Binary | 11010010 | 1111001 | 1111011 | 0 | 101010 | 101001 | 10010 | 101100111 | 110010 | 1000001 |
Color Harmonies of #D2797B
Complementary color
Monochromatic Colors of #D2797B
Black with #D2797B
Text Example
Text Example
White with #D2797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2797B; }
p { color: rgb(210,121,123); }
H1.HeaderClassName
{
color: #D2797B;
}
.AnyTagClassName
{
color: #D2797B;
}
</style>
background-color css
<style>
a { background-color: #D2797B; }
a { background-color: rgb(210,121,123); }
div.DivClassName
{
background-color: #D2797B;
}
.BgClassName
{
background-color: #D2797B;
}
</style>
border-color css
<style>
span { border-color: #D2797B; }
span { border-color: rgb(210,121,123); }
td.TdClassName
{
border-color: #D2797B;
}
.TagClassName
{
border-color: #D2797B;
}
</style>