Shades of Froly #D46469
Tints of Froly #D46469
RGB
CMYK
RGB Variations
Color information
#D46469 (or 0xD46469) is known color: Froly. HEX triplet: D4, 64 and 69. RGB value is (212,100,105). Sum of RGB (Red+Green+Blue) = 212+100+105=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D46469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46469 is #2B9B96. Grayscale: #868686. Windows color (decimal): -2857879 or 6907092. OLE color: 6907092.
HSL color Cylindrical-coordinate representation of color #D46469: hue angle of 357.32º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46469 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 105 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.17 |
| HSL | 357.32º | 0.57% | 0.61% | - |
| HSV(B) | 357.32º | 0.53% | 0.83% | - |
| XYZ | 34.26 | 24.13 | 16.22 | - |
| YUV | 134.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 105 | 0 | 0.53 | 0.50 | 0.17 | 357.32 | 0.57 | 0.61 |
| Hex | D4 | 64 | 69 | 0 | 35 | 32 | 11 | 165 | 39 | 3D |
| Octal | 324 | 144 | 151 | 0 | 65 | 62 | 21 | 545 | 71 | 75 |
| Binary | 11010100 | 1100100 | 1101001 | 0 | 110101 | 110010 | 10001 | 101100101 | 111001 | 111101 |
Color Harmonies of #D46469
Complementary color
Monochromatic Colors of #D46469
Black with #D46469
Text Example
Text Example
White with #D46469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46469; }
p { color: rgb(212,100,105); }
H1.HeaderClassName
{
color: #D46469;
}
.AnyTagClassName
{
color: #D46469;
}
</style>
background-color css
<style>
a { background-color: #D46469; }
a { background-color: rgb(212,100,105); }
div.DivClassName
{
background-color: #D46469;
}
.BgClassName
{
background-color: #D46469;
}
</style>
border-color css
<style>
span { border-color: #D46469; }
span { border-color: rgb(212,100,105); }
td.TdClassName
{
border-color: #D46469;
}
.TagClassName
{
border-color: #D46469;
}
</style>