Shades of Froly #DA6875
Tints of Froly #DA6875
RGB
CMYK
RGB Variations
Color information
#DA6875 (or 0xDA6875) is known color: Froly. HEX triplet: DA, 68 and 75. RGB value is (218,104,117). Sum of RGB (Red+Green+Blue) = 218+104+117=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6875 is #25978A. Grayscale: #8B8B8B. Windows color (decimal): -2463627 or 7694554. OLE color: 7694554.
HSL color Cylindrical-coordinate representation of color #DA6875: hue angle of 353.16º 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 #DA6875 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 117 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.15 |
| HSL | 353.16º | 0.61% | 0.63% | - |
| HSV(B) | 353.16º | 0.52% | 0.85% | - |
| XYZ | 37.07 | 26.09 | 19.91 | - |
| YUV | 139.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 117 | 0 | 0.52 | 0.46 | 0.15 | 353.16 | 0.61 | 0.63 |
| Hex | DA | 68 | 75 | 0 | 34 | 2E | F | 161 | 3D | 3F |
| Octal | 332 | 150 | 165 | 0 | 64 | 56 | 17 | 541 | 75 | 77 |
| Binary | 11011010 | 1101000 | 1110101 | 0 | 110100 | 101110 | 1111 | 101100001 | 111101 | 111111 |
Color Harmonies of #DA6875
Complementary color
Monochromatic Colors of #DA6875
Black with #DA6875
Text Example
Text Example
White with #DA6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6875; }
p { color: rgb(218,104,117); }
H1.HeaderClassName
{
color: #DA6875;
}
.AnyTagClassName
{
color: #DA6875;
}
</style>
background-color css
<style>
a { background-color: #DA6875; }
a { background-color: rgb(218,104,117); }
div.DivClassName
{
background-color: #DA6875;
}
.BgClassName
{
background-color: #DA6875;
}
</style>
border-color css
<style>
span { border-color: #DA6875; }
span { border-color: rgb(218,104,117); }
td.TdClassName
{
border-color: #DA6875;
}
.TagClassName
{
border-color: #DA6875;
}
</style>