Shades of Froly #D2737B
Tints of Froly #D2737B
RGB
CMYK
RGB Variations
Color information
#D2737B (or 0xD2737B) is known color: Froly. HEX triplet: D2, 73 and 7B. RGB value is (210,115,123). Sum of RGB (Red+Green+Blue) = 210+115+123=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2737B is #2D8C84. Grayscale: #909090. Windows color (decimal): -2985093 or 8090578. OLE color: 8090578.
HSL color Cylindrical-coordinate representation of color #D2737B: hue angle of 354.95º 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 #D2737B is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 123 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.18 |
| HSL | 354.95º | 0.51% | 0.64% | - |
| HSV(B) | 354.95º | 0.45% | 0.82% | - |
| XYZ | 36.28 | 27.39 | 22.11 | - |
| YUV | 144.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 123 | 0 | 0.45 | 0.41 | 0.18 | 354.95 | 0.51 | 0.64 |
| Hex | D2 | 73 | 7B | 0 | 2D | 29 | 12 | 163 | 33 | 40 |
| Octal | 322 | 163 | 173 | 0 | 55 | 51 | 22 | 543 | 63 | 100 |
| Binary | 11010010 | 1110011 | 1111011 | 0 | 101101 | 101001 | 10010 | 101100011 | 110011 | 1000000 |
Color Harmonies of #D2737B
Complementary color
Monochromatic Colors of #D2737B
Black with #D2737B
Text Example
Text Example
White with #D2737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2737B; }
p { color: rgb(210,115,123); }
H1.HeaderClassName
{
color: #D2737B;
}
.AnyTagClassName
{
color: #D2737B;
}
</style>
background-color css
<style>
a { background-color: #D2737B; }
a { background-color: rgb(210,115,123); }
div.DivClassName
{
background-color: #D2737B;
}
.BgClassName
{
background-color: #D2737B;
}
</style>
border-color css
<style>
span { border-color: #D2737B; }
span { border-color: rgb(210,115,123); }
td.TdClassName
{
border-color: #D2737B;
}
.TagClassName
{
border-color: #D2737B;
}
</style>