Shades of Froly #D66468
Tints of Froly #D66468
RGB
CMYK
RGB Variations
Color information
#D66468 (or 0xD66468) is known color: Froly. HEX triplet: D6, 64 and 68. RGB value is (214,100,104). Sum of RGB (Red+Green+Blue) = 214+100+104=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D66468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66468 is #299B97. Grayscale: #868686. Windows color (decimal): -2726808 or 6841558. OLE color: 6841558.
HSL color Cylindrical-coordinate representation of color #D66468: hue angle of 357.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66468 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 104 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.16 |
| HSL | 357.89º | 0.58% | 0.62% | - |
| HSV(B) | 357.89º | 0.53% | 0.84% | - |
| XYZ | 34.79 | 24.41 | 15.97 | - |
| YUV | 134.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 104 | 0 | 0.53 | 0.51 | 0.16 | 357.89 | 0.58 | 0.62 |
| Hex | D6 | 64 | 68 | 0 | 35 | 33 | 10 | 166 | 3A | 3E |
| Octal | 326 | 144 | 150 | 0 | 65 | 63 | 20 | 546 | 72 | 76 |
| Binary | 11010110 | 1100100 | 1101000 | 0 | 110101 | 110011 | 10000 | 101100110 | 111010 | 111110 |
Color Harmonies of #D66468
Complementary color
Monochromatic Colors of #D66468
Black with #D66468
Text Example
Text Example
White with #D66468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66468; }
p { color: rgb(214,100,104); }
H1.HeaderClassName
{
color: #D66468;
}
.AnyTagClassName
{
color: #D66468;
}
</style>
background-color css
<style>
a { background-color: #D66468; }
a { background-color: rgb(214,100,104); }
div.DivClassName
{
background-color: #D66468;
}
.BgClassName
{
background-color: #D66468;
}
</style>
border-color css
<style>
span { border-color: #D66468; }
span { border-color: rgb(214,100,104); }
td.TdClassName
{
border-color: #D66468;
}
.TagClassName
{
border-color: #D66468;
}
</style>