Shades of Froly #D2747B
Tints of Froly #D2747B
RGB
CMYK
RGB Variations
Color information
#D2747B (or 0xD2747B) is known color: Froly. HEX triplet: D2, 74 and 7B. RGB value is (210,116,123). Sum of RGB (Red+Green+Blue) = 210+116+123=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2747B is #2D8B84. Grayscale: #909090. Windows color (decimal): -2984837 or 8090834. OLE color: 8090834.
HSL color Cylindrical-coordinate representation of color #D2747B: hue angle of 355.53º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2747B is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 123 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.18 |
| HSL | 355.53º | 0.51% | 0.64% | - |
| HSV(B) | 355.53º | 0.45% | 0.82% | - |
| XYZ | 36.4 | 27.62 | 22.15 | - |
| YUV | 144.9 | 115.64 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 123 | 0 | 0.45 | 0.41 | 0.18 | 355.53 | 0.51 | 0.64 |
| Hex | D2 | 74 | 7B | 0 | 2D | 29 | 12 | 164 | 33 | 40 |
| Octal | 322 | 164 | 173 | 0 | 55 | 51 | 22 | 544 | 63 | 100 |
| Binary | 11010010 | 1110100 | 1111011 | 0 | 101101 | 101001 | 10010 | 101100100 | 110011 | 1000000 |
Color Harmonies of #D2747B
Complementary color
Monochromatic Colors of #D2747B
Black with #D2747B
Text Example
Text Example
White with #D2747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2747B; }
p { color: rgb(210,116,123); }
H1.HeaderClassName
{
color: #D2747B;
}
.AnyTagClassName
{
color: #D2747B;
}
</style>
background-color css
<style>
a { background-color: #D2747B; }
a { background-color: rgb(210,116,123); }
div.DivClassName
{
background-color: #D2747B;
}
.BgClassName
{
background-color: #D2747B;
}
</style>
border-color css
<style>
span { border-color: #D2747B; }
span { border-color: rgb(210,116,123); }
td.TdClassName
{
border-color: #D2747B;
}
.TagClassName
{
border-color: #D2747B;
}
</style>