Shades of Froly #DA6468
Tints of Froly #DA6468
RGB
CMYK
RGB Variations
Color information
#DA6468 (or 0xDA6468) is known color: Froly. HEX triplet: DA, 64 and 68. RGB value is (218,100,104). Sum of RGB (Red+Green+Blue) = 218+100+104=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6468 is #259B97. Grayscale: #878787. Windows color (decimal): -2464664 or 6841562. OLE color: 6841562.
HSL color Cylindrical-coordinate representation of color #DA6468: hue angle of 357.97º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6468 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 104 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.15 |
| HSL | 357.97º | 0.61% | 0.62% | - |
| HSV(B) | 357.97º | 0.54% | 0.85% | - |
| XYZ | 35.97 | 25.02 | 16.03 | - |
| YUV | 135.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 104 | 0 | 0.54 | 0.52 | 0.15 | 357.97 | 0.61 | 0.62 |
| Hex | DA | 64 | 68 | 0 | 36 | 34 | F | 166 | 3D | 3E |
| Octal | 332 | 144 | 150 | 0 | 66 | 64 | 17 | 546 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1101000 | 0 | 110110 | 110100 | 1111 | 101100110 | 111101 | 111110 |
Color Harmonies of #DA6468
Complementary color
Monochromatic Colors of #DA6468
Black with #DA6468
Text Example
Text Example
White with #DA6468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6468; }
p { color: rgb(218,100,104); }
H1.HeaderClassName
{
color: #DA6468;
}
.AnyTagClassName
{
color: #DA6468;
}
</style>
background-color css
<style>
a { background-color: #DA6468; }
a { background-color: rgb(218,100,104); }
div.DivClassName
{
background-color: #DA6468;
}
.BgClassName
{
background-color: #DA6468;
}
</style>
border-color css
<style>
span { border-color: #DA6468; }
span { border-color: rgb(218,100,104); }
td.TdClassName
{
border-color: #DA6468;
}
.TagClassName
{
border-color: #DA6468;
}
</style>