Shades of Froly #D66778
Tints of Froly #D66778
RGB
CMYK
RGB Variations
Color information
#D66778 (or 0xD66778) is known color: Froly. HEX triplet: D6, 67 and 78. RGB value is (214,103,120). Sum of RGB (Red+Green+Blue) = 214+103+120=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D66778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66778 is #299887. Grayscale: #8A8A8A. Windows color (decimal): -2726024 or 7890902. OLE color: 7890902.
HSL color Cylindrical-coordinate representation of color #D66778: hue angle of 350.81º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66778 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 120 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.16 |
| HSL | 350.81º | 0.58% | 0.62% | - |
| HSV(B) | 350.81º | 0.52% | 0.84% | - |
| XYZ | 35.97 | 25.35 | 20.77 | - |
| YUV | 138.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 120 | 0 | 0.52 | 0.44 | 0.16 | 350.81 | 0.58 | 0.62 |
| Hex | D6 | 67 | 78 | 0 | 34 | 2C | 10 | 15F | 3A | 3E |
| Octal | 326 | 147 | 170 | 0 | 64 | 54 | 20 | 537 | 72 | 76 |
| Binary | 11010110 | 1100111 | 1111000 | 0 | 110100 | 101100 | 10000 | 101011111 | 111010 | 111110 |
Color Harmonies of #D66778
Complementary color
Monochromatic Colors of #D66778
Black with #D66778
Text Example
Text Example
White with #D66778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66778; }
p { color: rgb(214,103,120); }
H1.HeaderClassName
{
color: #D66778;
}
.AnyTagClassName
{
color: #D66778;
}
</style>
background-color css
<style>
a { background-color: #D66778; }
a { background-color: rgb(214,103,120); }
div.DivClassName
{
background-color: #D66778;
}
.BgClassName
{
background-color: #D66778;
}
</style>
border-color css
<style>
span { border-color: #D66778; }
span { border-color: rgb(214,103,120); }
td.TdClassName
{
border-color: #D66778;
}
.TagClassName
{
border-color: #D66778;
}
</style>