Shades of Froly #D46679
Tints of Froly #D46679
RGB
CMYK
RGB Variations
Color information
#D46679 (or 0xD46679) is known color: Froly. HEX triplet: D4, 66 and 79. RGB value is (212,102,121). Sum of RGB (Red+Green+Blue) = 212+102+121=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D46679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46679 is #2B9986. Grayscale: #898989. Windows color (decimal): -2857351 or 7956180. OLE color: 7956180.
HSL color Cylindrical-coordinate representation of color #D46679: hue angle of 349.64º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46679 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 121 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.17 |
| HSL | 349.64º | 0.56% | 0.62% | - |
| HSV(B) | 349.64º | 0.52% | 0.83% | - |
| XYZ | 35.35 | 24.88 | 21.03 | - |
| YUV | 137.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 121 | 0 | 0.52 | 0.43 | 0.17 | 349.64 | 0.56 | 0.62 |
| Hex | D4 | 66 | 79 | 0 | 34 | 2B | 11 | 15E | 38 | 3E |
| Octal | 324 | 146 | 171 | 0 | 64 | 53 | 21 | 536 | 70 | 76 |
| Binary | 11010100 | 1100110 | 1111001 | 0 | 110100 | 101011 | 10001 | 101011110 | 111000 | 111110 |
Color Harmonies of #D46679
Complementary color
Monochromatic Colors of #D46679
Black with #D46679
Text Example
Text Example
White with #D46679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46679; }
p { color: rgb(212,102,121); }
H1.HeaderClassName
{
color: #D46679;
}
.AnyTagClassName
{
color: #D46679;
}
</style>
background-color css
<style>
a { background-color: #D46679; }
a { background-color: rgb(212,102,121); }
div.DivClassName
{
background-color: #D46679;
}
.BgClassName
{
background-color: #D46679;
}
</style>
border-color css
<style>
span { border-color: #D46679; }
span { border-color: rgb(212,102,121); }
td.TdClassName
{
border-color: #D46679;
}
.TagClassName
{
border-color: #D46679;
}
</style>