Shades of Froly #D66273
Tints of Froly #D66273
RGB
CMYK
RGB Variations
Color information
#D66273 (or 0xD66273) is known color: Froly. HEX triplet: D6, 62 and 73. RGB value is (214,98,115). Sum of RGB (Red+Green+Blue) = 214+98+115=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D66273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66273 is #299D8C. Grayscale: #868686. Windows color (decimal): -2727309 or 7561942. OLE color: 7561942.
HSL color Cylindrical-coordinate representation of color #D66273: hue angle of 351.21º 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 #D66273 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 115 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.16 |
| HSL | 351.21º | 0.59% | 0.61% | - |
| HSV(B) | 351.21º | 0.54% | 0.84% | - |
| XYZ | 35.19 | 24.27 | 19.05 | - |
| YUV | 134.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 115 | 0 | 0.54 | 0.46 | 0.16 | 351.21 | 0.59 | 0.61 |
| Hex | D6 | 62 | 73 | 0 | 36 | 2E | 10 | 15F | 3B | 3D |
| Octal | 326 | 142 | 163 | 0 | 66 | 56 | 20 | 537 | 73 | 75 |
| Binary | 11010110 | 1100010 | 1110011 | 0 | 110110 | 101110 | 10000 | 101011111 | 111011 | 111101 |
Color Harmonies of #D66273
Complementary color
Monochromatic Colors of #D66273
Black with #D66273
Text Example
Text Example
White with #D66273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66273; }
p { color: rgb(214,98,115); }
H1.HeaderClassName
{
color: #D66273;
}
.AnyTagClassName
{
color: #D66273;
}
</style>
background-color css
<style>
a { background-color: #D66273; }
a { background-color: rgb(214,98,115); }
div.DivClassName
{
background-color: #D66273;
}
.BgClassName
{
background-color: #D66273;
}
</style>
border-color css
<style>
span { border-color: #D66273; }
span { border-color: rgb(214,98,115); }
td.TdClassName
{
border-color: #D66273;
}
.TagClassName
{
border-color: #D66273;
}
</style>