Shades of Froly #DA6269
Tints of Froly #DA6269
RGB
CMYK
RGB Variations
Color information
#DA6269 (or 0xDA6269) is known color: Froly. HEX triplet: DA, 62 and 69. RGB value is (218,98,105). Sum of RGB (Red+Green+Blue) = 218+98+105=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6269 is #259D96. Grayscale: #868686. Windows color (decimal): -2465175 or 6906586. OLE color: 6906586.
HSL color Cylindrical-coordinate representation of color #DA6269: hue angle of 356.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6269 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 105 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.15 |
| HSL | 356.5º | 0.62% | 0.62% | - |
| HSV(B) | 356.5º | 0.55% | 0.85% | - |
| XYZ | 35.83 | 24.66 | 16.24 | - |
| YUV | 134.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 105 | 0 | 0.55 | 0.52 | 0.15 | 356.5 | 0.62 | 0.62 |
| Hex | DA | 62 | 69 | 0 | 37 | 34 | F | 164 | 3E | 3E |
| Octal | 332 | 142 | 151 | 0 | 67 | 64 | 17 | 544 | 76 | 76 |
| Binary | 11011010 | 1100010 | 1101001 | 0 | 110111 | 110100 | 1111 | 101100100 | 111110 | 111110 |
Color Harmonies of #DA6269
Complementary color
Monochromatic Colors of #DA6269
Black with #DA6269
Text Example
Text Example
White with #DA6269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6269; }
p { color: rgb(218,98,105); }
H1.HeaderClassName
{
color: #DA6269;
}
.AnyTagClassName
{
color: #DA6269;
}
</style>
background-color css
<style>
a { background-color: #DA6269; }
a { background-color: rgb(218,98,105); }
div.DivClassName
{
background-color: #DA6269;
}
.BgClassName
{
background-color: #DA6269;
}
</style>
border-color css
<style>
span { border-color: #DA6269; }
span { border-color: rgb(218,98,105); }
td.TdClassName
{
border-color: #DA6269;
}
.TagClassName
{
border-color: #DA6269;
}
</style>