Shades of Froly #D66673
Tints of Froly #D66673
RGB
CMYK
RGB Variations
Color information
#D66673 (or 0xD66673) is known color: Froly. HEX triplet: D6, 66 and 73. RGB value is (214,102,115). Sum of RGB (Red+Green+Blue) = 214+102+115=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66673 is #29998C. Grayscale: #898989. Windows color (decimal): -2726285 or 7562966. OLE color: 7562966.
HSL color Cylindrical-coordinate representation of color #D66673: hue angle of 353.04º 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 #D66673 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 115 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.16 |
| HSL | 353.04º | 0.58% | 0.62% | - |
| HSV(B) | 353.04º | 0.52% | 0.84% | - |
| XYZ | 35.58 | 25.04 | 19.18 | - |
| YUV | 136.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 115 | 0 | 0.52 | 0.46 | 0.16 | 353.04 | 0.58 | 0.62 |
| Hex | D6 | 66 | 73 | 0 | 34 | 2E | 10 | 161 | 3A | 3E |
| Octal | 326 | 146 | 163 | 0 | 64 | 56 | 20 | 541 | 72 | 76 |
| Binary | 11010110 | 1100110 | 1110011 | 0 | 110100 | 101110 | 10000 | 101100001 | 111010 | 111110 |
Color Harmonies of #D66673
Complementary color
Monochromatic Colors of #D66673
Black with #D66673
Text Example
Text Example
White with #D66673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66673; }
p { color: rgb(214,102,115); }
H1.HeaderClassName
{
color: #D66673;
}
.AnyTagClassName
{
color: #D66673;
}
</style>
background-color css
<style>
a { background-color: #D66673; }
a { background-color: rgb(214,102,115); }
div.DivClassName
{
background-color: #D66673;
}
.BgClassName
{
background-color: #D66673;
}
</style>
border-color css
<style>
span { border-color: #D66673; }
span { border-color: rgb(214,102,115); }
td.TdClassName
{
border-color: #D66673;
}
.TagClassName
{
border-color: #D66673;
}
</style>