Shades of Froly #DA6872
Tints of Froly #DA6872
RGB
CMYK
RGB Variations
Color information
#DA6872 (or 0xDA6872) is known color: Froly. HEX triplet: DA, 68 and 72. RGB value is (218,104,114). Sum of RGB (Red+Green+Blue) = 218+104+114=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6872 is #25978D. Grayscale: #8B8B8B. Windows color (decimal): -2463630 or 7497946. OLE color: 7497946.
HSL color Cylindrical-coordinate representation of color #DA6872: hue angle of 354.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6872 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 114 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.15 |
| HSL | 354.74º | 0.61% | 0.63% | - |
| HSV(B) | 354.74º | 0.52% | 0.85% | - |
| XYZ | 36.9 | 26.02 | 19 | - |
| YUV | 139.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 114 | 0 | 0.52 | 0.48 | 0.15 | 354.74 | 0.61 | 0.63 |
| Hex | DA | 68 | 72 | 0 | 34 | 30 | F | 163 | 3D | 3F |
| Octal | 332 | 150 | 162 | 0 | 64 | 60 | 17 | 543 | 75 | 77 |
| Binary | 11011010 | 1101000 | 1110010 | 0 | 110100 | 110000 | 1111 | 101100011 | 111101 | 111111 |
Color Harmonies of #DA6872
Complementary color
Monochromatic Colors of #DA6872
Black with #DA6872
Text Example
Text Example
White with #DA6872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6872; }
p { color: rgb(218,104,114); }
H1.HeaderClassName
{
color: #DA6872;
}
.AnyTagClassName
{
color: #DA6872;
}
</style>
background-color css
<style>
a { background-color: #DA6872; }
a { background-color: rgb(218,104,114); }
div.DivClassName
{
background-color: #DA6872;
}
.BgClassName
{
background-color: #DA6872;
}
</style>
border-color css
<style>
span { border-color: #DA6872; }
span { border-color: rgb(218,104,114); }
td.TdClassName
{
border-color: #DA6872;
}
.TagClassName
{
border-color: #DA6872;
}
</style>