Shades of Froly #D66575
Tints of Froly #D66575
RGB
CMYK
RGB Variations
Color information
#D66575 (or 0xD66575) is known color: Froly. HEX triplet: D6, 65 and 75. RGB value is (214,101,117). Sum of RGB (Red+Green+Blue) = 214+101+117=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D66575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66575 is #299A8A. Grayscale: #888888. Windows color (decimal): -2726539 or 7693782. OLE color: 7693782.
HSL color Cylindrical-coordinate representation of color #D66575: hue angle of 351.5º 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 #D66575 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 117 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.16 |
| HSL | 351.5º | 0.58% | 0.62% | - |
| HSV(B) | 351.5º | 0.53% | 0.84% | - |
| XYZ | 35.6 | 24.89 | 19.76 | - |
| YUV | 136.61 | 116.94 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 117 | 0 | 0.53 | 0.45 | 0.16 | 351.5 | 0.58 | 0.62 |
| Hex | D6 | 65 | 75 | 0 | 35 | 2D | 10 | 160 | 3A | 3E |
| Octal | 326 | 145 | 165 | 0 | 65 | 55 | 20 | 540 | 72 | 76 |
| Binary | 11010110 | 1100101 | 1110101 | 0 | 110101 | 101101 | 10000 | 101100000 | 111010 | 111110 |
Color Harmonies of #D66575
Complementary color
Monochromatic Colors of #D66575
Black with #D66575
Text Example
Text Example
White with #D66575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66575; }
p { color: rgb(214,101,117); }
H1.HeaderClassName
{
color: #D66575;
}
.AnyTagClassName
{
color: #D66575;
}
</style>
background-color css
<style>
a { background-color: #D66575; }
a { background-color: rgb(214,101,117); }
div.DivClassName
{
background-color: #D66575;
}
.BgClassName
{
background-color: #D66575;
}
</style>
border-color css
<style>
span { border-color: #D66575; }
span { border-color: rgb(214,101,117); }
td.TdClassName
{
border-color: #D66575;
}
.TagClassName
{
border-color: #D66575;
}
</style>