Shades of Froly #D46468
Tints of Froly #D46468
RGB
CMYK
RGB Variations
Color information
#D46468 (or 0xD46468) is known color: Froly. HEX triplet: D4, 64 and 68. RGB value is (212,100,104). Sum of RGB (Red+Green+Blue) = 212+100+104=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D46468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46468 is #2B9B97. Grayscale: #868686. Windows color (decimal): -2857880 or 6841556. OLE color: 6841556.
HSL color Cylindrical-coordinate representation of color #D46468: hue angle of 357.86º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46468 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 104 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.17 |
| HSL | 357.86º | 0.57% | 0.61% | - |
| HSV(B) | 357.86º | 0.53% | 0.83% | - |
| XYZ | 34.21 | 24.11 | 15.95 | - |
| YUV | 133.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 104 | 0 | 0.53 | 0.51 | 0.17 | 357.86 | 0.57 | 0.61 |
| Hex | D4 | 64 | 68 | 0 | 35 | 33 | 11 | 166 | 39 | 3D |
| Octal | 324 | 144 | 150 | 0 | 65 | 63 | 21 | 546 | 71 | 75 |
| Binary | 11010100 | 1100100 | 1101000 | 0 | 110101 | 110011 | 10001 | 101100110 | 111001 | 111101 |
Color Harmonies of #D46468
Complementary color
Monochromatic Colors of #D46468
Black with #D46468
Text Example
Text Example
White with #D46468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46468; }
p { color: rgb(212,100,104); }
H1.HeaderClassName
{
color: #D46468;
}
.AnyTagClassName
{
color: #D46468;
}
</style>
background-color css
<style>
a { background-color: #D46468; }
a { background-color: rgb(212,100,104); }
div.DivClassName
{
background-color: #D46468;
}
.BgClassName
{
background-color: #D46468;
}
</style>
border-color css
<style>
span { border-color: #D46468; }
span { border-color: rgb(212,100,104); }
td.TdClassName
{
border-color: #D46468;
}
.TagClassName
{
border-color: #D46468;
}
</style>