Shades of Froly #D1727A
Tints of Froly #D1727A
RGB
CMYK
RGB Variations
Color information
#D1727A (or 0xD1727A) is known color: Froly. HEX triplet: D1, 72 and 7A. RGB value is (209,114,122). Sum of RGB (Red+Green+Blue) = 209+114+122=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D1727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1727A is #2E8D85. Grayscale: #8F8F8F. Windows color (decimal): -3050886 or 8024785. OLE color: 8024785.
HSL color Cylindrical-coordinate representation of color #D1727A: hue angle of 354.95º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1727A is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 122 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.18 |
| HSL | 354.95º | 0.51% | 0.63% | - |
| HSV(B) | 354.95º | 0.45% | 0.82% | - |
| XYZ | 35.82 | 27 | 21.73 | - |
| YUV | 143.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 122 | 0 | 0.45 | 0.42 | 0.18 | 354.95 | 0.51 | 0.63 |
| Hex | D1 | 72 | 7A | 0 | 2D | 2A | 12 | 163 | 33 | 3F |
| Octal | 321 | 162 | 172 | 0 | 55 | 52 | 22 | 543 | 63 | 77 |
| Binary | 11010001 | 1110010 | 1111010 | 0 | 101101 | 101010 | 10010 | 101100011 | 110011 | 111111 |
Color Harmonies of #D1727A
Complementary color
Monochromatic Colors of #D1727A
Black with #D1727A
Text Example
Text Example
White with #D1727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1727A; }
p { color: rgb(209,114,122); }
H1.HeaderClassName
{
color: #D1727A;
}
.AnyTagClassName
{
color: #D1727A;
}
</style>
background-color css
<style>
a { background-color: #D1727A; }
a { background-color: rgb(209,114,122); }
div.DivClassName
{
background-color: #D1727A;
}
.BgClassName
{
background-color: #D1727A;
}
</style>
border-color css
<style>
span { border-color: #D1727A; }
span { border-color: rgb(209,114,122); }
td.TdClassName
{
border-color: #D1727A;
}
.TagClassName
{
border-color: #D1727A;
}
</style>