Shades of Froly #DA6975
Tints of Froly #DA6975
RGB
CMYK
RGB Variations
Color information
#DA6975 (or 0xDA6975) is known color: Froly. HEX triplet: DA, 69 and 75. RGB value is (218,105,117). Sum of RGB (Red+Green+Blue) = 218+105+117=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6975 is #25968A. Grayscale: #8C8C8C. Windows color (decimal): -2463371 or 7694810. OLE color: 7694810.
HSL color Cylindrical-coordinate representation of color #DA6975: hue angle of 353.63º degrees, saturation: 0.6, 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 #DA6975 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 117 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.15 |
| HSL | 353.63º | 0.6% | 0.63% | - |
| HSV(B) | 353.63º | 0.52% | 0.85% | - |
| XYZ | 37.18 | 26.29 | 19.95 | - |
| YUV | 140.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 117 | 0 | 0.52 | 0.46 | 0.15 | 353.63 | 0.6 | 0.63 |
| Hex | DA | 69 | 75 | 0 | 34 | 2E | F | 162 | 3C | 3F |
| Octal | 332 | 151 | 165 | 0 | 64 | 56 | 17 | 542 | 74 | 77 |
| Binary | 11011010 | 1101001 | 1110101 | 0 | 110100 | 101110 | 1111 | 101100010 | 111100 | 111111 |
Color Harmonies of #DA6975
Complementary color
Monochromatic Colors of #DA6975
Black with #DA6975
Text Example
Text Example
White with #DA6975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6975; }
p { color: rgb(218,105,117); }
H1.HeaderClassName
{
color: #DA6975;
}
.AnyTagClassName
{
color: #DA6975;
}
</style>
background-color css
<style>
a { background-color: #DA6975; }
a { background-color: rgb(218,105,117); }
div.DivClassName
{
background-color: #DA6975;
}
.BgClassName
{
background-color: #DA6975;
}
</style>
border-color css
<style>
span { border-color: #DA6975; }
span { border-color: rgb(218,105,117); }
td.TdClassName
{
border-color: #DA6975;
}
.TagClassName
{
border-color: #DA6975;
}
</style>