Shades of Froly #D46878
Tints of Froly #D46878
RGB
CMYK
RGB Variations
Color information
#D46878 (or 0xD46878) is known color: Froly. HEX triplet: D4, 68 and 78. RGB value is (212,104,120). Sum of RGB (Red+Green+Blue) = 212+104+120=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D46878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46878 is #2B9787. Grayscale: #8A8A8A. Windows color (decimal): -2856840 or 7891156. OLE color: 7891156.
HSL color Cylindrical-coordinate representation of color #D46878: hue angle of 351.11º 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 #D46878 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 120 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.17 |
| HSL | 351.11º | 0.56% | 0.62% | - |
| HSV(B) | 351.11º | 0.51% | 0.83% | - |
| XYZ | 35.49 | 25.25 | 20.77 | - |
| YUV | 138.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 120 | 0 | 0.51 | 0.43 | 0.17 | 351.11 | 0.56 | 0.62 |
| Hex | D4 | 68 | 78 | 0 | 33 | 2B | 11 | 15F | 38 | 3E |
| Octal | 324 | 150 | 170 | 0 | 63 | 53 | 21 | 537 | 70 | 76 |
| Binary | 11010100 | 1101000 | 1111000 | 0 | 110011 | 101011 | 10001 | 101011111 | 111000 | 111110 |
Color Harmonies of #D46878
Complementary color
Monochromatic Colors of #D46878
Black with #D46878
Text Example
Text Example
White with #D46878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46878; }
p { color: rgb(212,104,120); }
H1.HeaderClassName
{
color: #D46878;
}
.AnyTagClassName
{
color: #D46878;
}
</style>
background-color css
<style>
a { background-color: #D46878; }
a { background-color: rgb(212,104,120); }
div.DivClassName
{
background-color: #D46878;
}
.BgClassName
{
background-color: #D46878;
}
</style>
border-color css
<style>
span { border-color: #D46878; }
span { border-color: rgb(212,104,120); }
td.TdClassName
{
border-color: #D46878;
}
.TagClassName
{
border-color: #D46878;
}
</style>