Shades of Froly #D66675
Tints of Froly #D66675
RGB
CMYK
RGB Variations
Color information
#D66675 (or 0xD66675) is known color: Froly. HEX triplet: D6, 66 and 75. RGB value is (214,102,117). Sum of RGB (Red+Green+Blue) = 214+102+117=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D66675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66675 is #29998A. Grayscale: #898989. Windows color (decimal): -2726283 or 7694038. OLE color: 7694038.
HSL color Cylindrical-coordinate representation of color #D66675: hue angle of 351.96º 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 #D66675 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 117 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.16 |
| HSL | 351.96º | 0.58% | 0.62% | - |
| HSV(B) | 351.96º | 0.52% | 0.84% | - |
| XYZ | 35.69 | 25.08 | 19.79 | - |
| YUV | 137.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 117 | 0 | 0.52 | 0.45 | 0.16 | 351.96 | 0.58 | 0.62 |
| Hex | D6 | 66 | 75 | 0 | 34 | 2D | 10 | 160 | 3A | 3E |
| Octal | 326 | 146 | 165 | 0 | 64 | 55 | 20 | 540 | 72 | 76 |
| Binary | 11010110 | 1100110 | 1110101 | 0 | 110100 | 101101 | 10000 | 101100000 | 111010 | 111110 |
Color Harmonies of #D66675
Complementary color
Monochromatic Colors of #D66675
Black with #D66675
Text Example
Text Example
White with #D66675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66675; }
p { color: rgb(214,102,117); }
H1.HeaderClassName
{
color: #D66675;
}
.AnyTagClassName
{
color: #D66675;
}
</style>
background-color css
<style>
a { background-color: #D66675; }
a { background-color: rgb(214,102,117); }
div.DivClassName
{
background-color: #D66675;
}
.BgClassName
{
background-color: #D66675;
}
</style>
border-color css
<style>
span { border-color: #D66675; }
span { border-color: rgb(214,102,117); }
td.TdClassName
{
border-color: #D66675;
}
.TagClassName
{
border-color: #D66675;
}
</style>