Shades of Froly #D3717A
Tints of Froly #D3717A
RGB
CMYK
RGB Variations
Color information
#D3717A (or 0xD3717A) is known color: Froly. HEX triplet: D3, 71 and 7A. RGB value is (211,113,122). Sum of RGB (Red+Green+Blue) = 211+113+122=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D3717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3717A is #2C8E85. Grayscale: #8F8F8F. Windows color (decimal): -2920070 or 8024531. OLE color: 8024531.
HSL color Cylindrical-coordinate representation of color #D3717A: hue angle of 354.49º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3717A is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 122 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.17 |
| HSL | 354.49º | 0.53% | 0.64% | - |
| HSV(B) | 354.49º | 0.46% | 0.83% | - |
| XYZ | 36.28 | 27.06 | 21.72 | - |
| YUV | 143.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 122 | 0 | 0.46 | 0.42 | 0.17 | 354.49 | 0.53 | 0.64 |
| Hex | D3 | 71 | 7A | 0 | 2E | 2A | 11 | 162 | 35 | 40 |
| Octal | 323 | 161 | 172 | 0 | 56 | 52 | 21 | 542 | 65 | 100 |
| Binary | 11010011 | 1110001 | 1111010 | 0 | 101110 | 101010 | 10001 | 101100010 | 110101 | 1000000 |
Color Harmonies of #D3717A
Complementary color
Monochromatic Colors of #D3717A
Black with #D3717A
Text Example
Text Example
White with #D3717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3717A; }
p { color: rgb(211,113,122); }
H1.HeaderClassName
{
color: #D3717A;
}
.AnyTagClassName
{
color: #D3717A;
}
</style>
background-color css
<style>
a { background-color: #D3717A; }
a { background-color: rgb(211,113,122); }
div.DivClassName
{
background-color: #D3717A;
}
.BgClassName
{
background-color: #D3717A;
}
</style>
border-color css
<style>
span { border-color: #D3717A; }
span { border-color: rgb(211,113,122); }
td.TdClassName
{
border-color: #D3717A;
}
.TagClassName
{
border-color: #D3717A;
}
</style>