Shades of Froly #D66478
Tints of Froly #D66478
RGB
CMYK
RGB Variations
Color information
#D66478 (or 0xD66478) is known color: Froly. HEX triplet: D6, 64 and 78. RGB value is (214,100,120). Sum of RGB (Red+Green+Blue) = 214+100+120=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D66478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66478 is #299B87. Grayscale: #888888. Windows color (decimal): -2726792 or 7890134. OLE color: 7890134.
HSL color Cylindrical-coordinate representation of color #D66478: hue angle of 349.47º 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 #D66478 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 120 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.16 |
| HSL | 349.47º | 0.58% | 0.62% | - |
| HSV(B) | 349.47º | 0.53% | 0.84% | - |
| XYZ | 35.68 | 24.77 | 20.67 | - |
| YUV | 136.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 120 | 0 | 0.53 | 0.44 | 0.16 | 349.47 | 0.58 | 0.62 |
| Hex | D6 | 64 | 78 | 0 | 35 | 2C | 10 | 15D | 3A | 3E |
| Octal | 326 | 144 | 170 | 0 | 65 | 54 | 20 | 535 | 72 | 76 |
| Binary | 11010110 | 1100100 | 1111000 | 0 | 110101 | 101100 | 10000 | 101011101 | 111010 | 111110 |
Color Harmonies of #D66478
Complementary color
Monochromatic Colors of #D66478
Black with #D66478
Text Example
Text Example
White with #D66478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66478; }
p { color: rgb(214,100,120); }
H1.HeaderClassName
{
color: #D66478;
}
.AnyTagClassName
{
color: #D66478;
}
</style>
background-color css
<style>
a { background-color: #D66478; }
a { background-color: rgb(214,100,120); }
div.DivClassName
{
background-color: #D66478;
}
.BgClassName
{
background-color: #D66478;
}
</style>
border-color css
<style>
span { border-color: #D66478; }
span { border-color: rgb(214,100,120); }
td.TdClassName
{
border-color: #D66478;
}
.TagClassName
{
border-color: #D66478;
}
</style>