Shades of Froly #D66271
Tints of Froly #D66271
RGB
CMYK
RGB Variations
Color information
#D66271 (or 0xD66271) is known color: Froly. HEX triplet: D6, 62 and 71. RGB value is (214,98,113). Sum of RGB (Red+Green+Blue) = 214+98+113=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D66271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66271 is #299D8E. Grayscale: #868686. Windows color (decimal): -2727311 or 7430870. OLE color: 7430870.
HSL color Cylindrical-coordinate representation of color #D66271: hue angle of 352.24º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66271 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 113 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.16 |
| HSL | 352.24º | 0.59% | 0.61% | - |
| HSV(B) | 352.24º | 0.54% | 0.84% | - |
| XYZ | 35.08 | 24.22 | 18.45 | - |
| YUV | 134.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 113 | 0 | 0.54 | 0.47 | 0.16 | 352.24 | 0.59 | 0.61 |
| Hex | D6 | 62 | 71 | 0 | 36 | 2F | 10 | 160 | 3B | 3D |
| Octal | 326 | 142 | 161 | 0 | 66 | 57 | 20 | 540 | 73 | 75 |
| Binary | 11010110 | 1100010 | 1110001 | 0 | 110110 | 101111 | 10000 | 101100000 | 111011 | 111101 |
Color Harmonies of #D66271
Complementary color
Monochromatic Colors of #D66271
Black with #D66271
Text Example
Text Example
White with #D66271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66271; }
p { color: rgb(214,98,113); }
H1.HeaderClassName
{
color: #D66271;
}
.AnyTagClassName
{
color: #D66271;
}
</style>
background-color css
<style>
a { background-color: #D66271; }
a { background-color: rgb(214,98,113); }
div.DivClassName
{
background-color: #D66271;
}
.BgClassName
{
background-color: #D66271;
}
</style>
border-color css
<style>
span { border-color: #D66271; }
span { border-color: rgb(214,98,113); }
td.TdClassName
{
border-color: #D66271;
}
.TagClassName
{
border-color: #D66271;
}
</style>