Shades of Froly #D46875
Tints of Froly #D46875
RGB
CMYK
RGB Variations
Color information
#D46875 (or 0xD46875) is known color: Froly. HEX triplet: D4, 68 and 75. RGB value is (212,104,117). Sum of RGB (Red+Green+Blue) = 212+104+117=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D46875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46875 is #2B978A. Grayscale: #898989. Windows color (decimal): -2856843 or 7694548. OLE color: 7694548.
HSL color Cylindrical-coordinate representation of color #D46875: hue angle of 352.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46875 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 117 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.17 |
| HSL | 352.78º | 0.56% | 0.62% | - |
| HSV(B) | 352.78º | 0.51% | 0.83% | - |
| XYZ | 35.31 | 25.18 | 19.83 | - |
| YUV | 137.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 117 | 0 | 0.51 | 0.45 | 0.17 | 352.78 | 0.56 | 0.62 |
| Hex | D4 | 68 | 75 | 0 | 33 | 2D | 11 | 161 | 38 | 3E |
| Octal | 324 | 150 | 165 | 0 | 63 | 55 | 21 | 541 | 70 | 76 |
| Binary | 11010100 | 1101000 | 1110101 | 0 | 110011 | 101101 | 10001 | 101100001 | 111000 | 111110 |
Color Harmonies of #D46875
Complementary color
Monochromatic Colors of #D46875
Black with #D46875
Text Example
Text Example
White with #D46875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46875; }
p { color: rgb(212,104,117); }
H1.HeaderClassName
{
color: #D46875;
}
.AnyTagClassName
{
color: #D46875;
}
</style>
background-color css
<style>
a { background-color: #D46875; }
a { background-color: rgb(212,104,117); }
div.DivClassName
{
background-color: #D46875;
}
.BgClassName
{
background-color: #D46875;
}
</style>
border-color css
<style>
span { border-color: #D46875; }
span { border-color: rgb(212,104,117); }
td.TdClassName
{
border-color: #D46875;
}
.TagClassName
{
border-color: #D46875;
}
</style>