Shades of Froly #D66779
Tints of Froly #D66779
RGB
CMYK
RGB Variations
Color information
#D66779 (or 0xD66779) is known color: Froly. HEX triplet: D6, 67 and 79. RGB value is (214,103,121). Sum of RGB (Red+Green+Blue) = 214+103+121=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D66779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66779 is #299886. Grayscale: #8A8A8A. Windows color (decimal): -2726023 or 7956438. OLE color: 7956438.
HSL color Cylindrical-coordinate representation of color #D66779: hue angle of 350.27º 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 #D66779 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 121 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.16 |
| HSL | 350.27º | 0.58% | 0.62% | - |
| HSV(B) | 350.27º | 0.52% | 0.84% | - |
| XYZ | 36.03 | 25.38 | 21.09 | - |
| YUV | 138.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 121 | 0 | 0.52 | 0.43 | 0.16 | 350.27 | 0.58 | 0.62 |
| Hex | D6 | 67 | 79 | 0 | 34 | 2B | 10 | 15E | 3A | 3E |
| Octal | 326 | 147 | 171 | 0 | 64 | 53 | 20 | 536 | 72 | 76 |
| Binary | 11010110 | 1100111 | 1111001 | 0 | 110100 | 101011 | 10000 | 101011110 | 111010 | 111110 |
Color Harmonies of #D66779
Complementary color
Monochromatic Colors of #D66779
Black with #D66779
Text Example
Text Example
White with #D66779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66779; }
p { color: rgb(214,103,121); }
H1.HeaderClassName
{
color: #D66779;
}
.AnyTagClassName
{
color: #D66779;
}
</style>
background-color css
<style>
a { background-color: #D66779; }
a { background-color: rgb(214,103,121); }
div.DivClassName
{
background-color: #D66779;
}
.BgClassName
{
background-color: #D66779;
}
</style>
border-color css
<style>
span { border-color: #D66779; }
span { border-color: rgb(214,103,121); }
td.TdClassName
{
border-color: #D66779;
}
.TagClassName
{
border-color: #D66779;
}
</style>