Shades of Froly #DA6375
Tints of Froly #DA6375
RGB
CMYK
RGB Variations
Color information
#DA6375 (or 0xDA6375) is known color: Froly. HEX triplet: DA, 63 and 75. RGB value is (218,99,117). Sum of RGB (Red+Green+Blue) = 218+99+117=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6375 is #259C8A. Grayscale: #888888. Windows color (decimal): -2464907 or 7693274. OLE color: 7693274.
HSL color Cylindrical-coordinate representation of color #DA6375: hue angle of 350.92º 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 #DA6375 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 117 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.15 |
| HSL | 350.92º | 0.62% | 0.62% | - |
| HSV(B) | 350.92º | 0.55% | 0.85% | - |
| XYZ | 36.59 | 25.11 | 19.75 | - |
| YUV | 136.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 117 | 0 | 0.55 | 0.46 | 0.15 | 350.92 | 0.62 | 0.62 |
| Hex | DA | 63 | 75 | 0 | 37 | 2E | F | 15F | 3E | 3E |
| Octal | 332 | 143 | 165 | 0 | 67 | 56 | 17 | 537 | 76 | 76 |
| Binary | 11011010 | 1100011 | 1110101 | 0 | 110111 | 101110 | 1111 | 101011111 | 111110 | 111110 |
Color Harmonies of #DA6375
Complementary color
Monochromatic Colors of #DA6375
Black with #DA6375
Text Example
Text Example
White with #DA6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6375; }
p { color: rgb(218,99,117); }
H1.HeaderClassName
{
color: #DA6375;
}
.AnyTagClassName
{
color: #DA6375;
}
</style>
background-color css
<style>
a { background-color: #DA6375; }
a { background-color: rgb(218,99,117); }
div.DivClassName
{
background-color: #DA6375;
}
.BgClassName
{
background-color: #DA6375;
}
</style>
border-color css
<style>
span { border-color: #DA6375; }
span { border-color: rgb(218,99,117); }
td.TdClassName
{
border-color: #DA6375;
}
.TagClassName
{
border-color: #DA6375;
}
</style>