Shades of Froly #D66975
Tints of Froly #D66975
RGB
CMYK
RGB Variations
Color information
#D66975 (or 0xD66975) is known color: Froly. HEX triplet: D6, 69 and 75. RGB value is (214,105,117). Sum of RGB (Red+Green+Blue) = 214+105+117=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D66975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66975 is #29968A. Grayscale: #8B8B8B. Windows color (decimal): -2725515 or 7694806. OLE color: 7694806.
HSL color Cylindrical-coordinate representation of color #D66975: hue angle of 353.39º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66975 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 117 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.16 |
| HSL | 353.39º | 0.57% | 0.63% | - |
| HSV(B) | 353.39º | 0.51% | 0.84% | - |
| XYZ | 35.99 | 25.68 | 19.89 | - |
| YUV | 138.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 117 | 0 | 0.51 | 0.45 | 0.16 | 353.39 | 0.57 | 0.63 |
| Hex | D6 | 69 | 75 | 0 | 33 | 2D | 10 | 161 | 39 | 3F |
| Octal | 326 | 151 | 165 | 0 | 63 | 55 | 20 | 541 | 71 | 77 |
| Binary | 11010110 | 1101001 | 1110101 | 0 | 110011 | 101101 | 10000 | 101100001 | 111001 | 111111 |
Color Harmonies of #D66975
Complementary color
Monochromatic Colors of #D66975
Black with #D66975
Text Example
Text Example
White with #D66975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66975; }
p { color: rgb(214,105,117); }
H1.HeaderClassName
{
color: #D66975;
}
.AnyTagClassName
{
color: #D66975;
}
</style>
background-color css
<style>
a { background-color: #D66975; }
a { background-color: rgb(214,105,117); }
div.DivClassName
{
background-color: #D66975;
}
.BgClassName
{
background-color: #D66975;
}
</style>
border-color css
<style>
span { border-color: #D66975; }
span { border-color: rgb(214,105,117); }
td.TdClassName
{
border-color: #D66975;
}
.TagClassName
{
border-color: #D66975;
}
</style>