Shades of Froly #D5666F
Tints of Froly #D5666F
RGB
CMYK
RGB Variations
Color information
#D5666F (or 0xD5666F) is known color: Froly. HEX triplet: D5, 66 and 6F. RGB value is (213,102,111). Sum of RGB (Red+Green+Blue) = 213+102+111=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5666F is #2A9990. Grayscale: #888888. Windows color (decimal): -2791825 or 7300821. OLE color: 7300821.
HSL color Cylindrical-coordinate representation of color #D5666F: hue angle of 355.14º degrees, saturation: 0.57, 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 #D5666F is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 111 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.16 |
| HSL | 355.14º | 0.57% | 0.62% | - |
| HSV(B) | 355.14º | 0.52% | 0.84% | - |
| XYZ | 35.06 | 24.8 | 17.98 | - |
| YUV | 136.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 111 | 0 | 0.52 | 0.48 | 0.16 | 355.14 | 0.57 | 0.62 |
| Hex | D5 | 66 | 6F | 0 | 34 | 30 | 10 | 163 | 39 | 3E |
| Octal | 325 | 146 | 157 | 0 | 64 | 60 | 20 | 543 | 71 | 76 |
| Binary | 11010101 | 1100110 | 1101111 | 0 | 110100 | 110000 | 10000 | 101100011 | 111001 | 111110 |
Color Harmonies of #D5666F
Complementary color
Monochromatic Colors of #D5666F
Black with #D5666F
Text Example
Text Example
White with #D5666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5666F; }
p { color: rgb(213,102,111); }
H1.HeaderClassName
{
color: #D5666F;
}
.AnyTagClassName
{
color: #D5666F;
}
</style>
background-color css
<style>
a { background-color: #D5666F; }
a { background-color: rgb(213,102,111); }
div.DivClassName
{
background-color: #D5666F;
}
.BgClassName
{
background-color: #D5666F;
}
</style>
border-color css
<style>
span { border-color: #D5666F; }
span { border-color: rgb(213,102,111); }
td.TdClassName
{
border-color: #D5666F;
}
.TagClassName
{
border-color: #D5666F;
}
</style>