Shades of Froly #DA6469
Tints of Froly #DA6469
RGB
CMYK
RGB Variations
Color information
#DA6469 (or 0xDA6469) is known color: Froly. HEX triplet: DA, 64 and 69. RGB value is (218,100,105). Sum of RGB (Red+Green+Blue) = 218+100+105=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6469 is #259B96. Grayscale: #878787. Windows color (decimal): -2464663 or 6907098. OLE color: 6907098.
HSL color Cylindrical-coordinate representation of color #DA6469: hue angle of 357.46º 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 #DA6469 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 105 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.15 |
| HSL | 357.46º | 0.61% | 0.62% | - |
| HSV(B) | 357.46º | 0.54% | 0.85% | - |
| XYZ | 36.02 | 25.04 | 16.3 | - |
| YUV | 135.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 105 | 0 | 0.54 | 0.52 | 0.15 | 357.46 | 0.61 | 0.62 |
| Hex | DA | 64 | 69 | 0 | 36 | 34 | F | 165 | 3D | 3E |
| Octal | 332 | 144 | 151 | 0 | 66 | 64 | 17 | 545 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1101001 | 0 | 110110 | 110100 | 1111 | 101100101 | 111101 | 111110 |
Color Harmonies of #DA6469
Complementary color
Monochromatic Colors of #DA6469
Black with #DA6469
Text Example
Text Example
White with #DA6469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6469; }
p { color: rgb(218,100,105); }
H1.HeaderClassName
{
color: #DA6469;
}
.AnyTagClassName
{
color: #DA6469;
}
</style>
background-color css
<style>
a { background-color: #DA6469; }
a { background-color: rgb(218,100,105); }
div.DivClassName
{
background-color: #DA6469;
}
.BgClassName
{
background-color: #DA6469;
}
</style>
border-color css
<style>
span { border-color: #DA6469; }
span { border-color: rgb(218,100,105); }
td.TdClassName
{
border-color: #DA6469;
}
.TagClassName
{
border-color: #DA6469;
}
</style>