Shades of Froly #DA636D
Tints of Froly #DA636D
RGB
CMYK
RGB Variations
Color information
#DA636D (or 0xDA636D) is known color: Froly. HEX triplet: DA, 63 and 6D. RGB value is (218,99,109). Sum of RGB (Red+Green+Blue) = 218+99+109=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA636D is #259C92. Grayscale: #878787. Windows color (decimal): -2464915 or 7168986. OLE color: 7168986.
HSL color Cylindrical-coordinate representation of color #DA636D: hue angle of 354.96º 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 #DA636D is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 109 | - |
| CMYK | 0 | 0.55 | 0.5 | 0.15 |
| HSL | 354.96º | 0.62% | 0.62% | - |
| HSV(B) | 354.96º | 0.55% | 0.85% | - |
| XYZ | 36.14 | 24.93 | 17.38 | - |
| YUV | 135.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 109 | 0 | 0.55 | 0.5 | 0.15 | 354.96 | 0.62 | 0.62 |
| Hex | DA | 63 | 6D | 0 | 37 | 32 | F | 163 | 3E | 3E |
| Octal | 332 | 143 | 155 | 0 | 67 | 62 | 17 | 543 | 76 | 76 |
| Binary | 11011010 | 1100011 | 1101101 | 0 | 110111 | 110010 | 1111 | 101100011 | 111110 | 111110 |
Color Harmonies of #DA636D
Complementary color
Monochromatic Colors of #DA636D
Black with #DA636D
Text Example
Text Example
White with #DA636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA636D; }
p { color: rgb(218,99,109); }
H1.HeaderClassName
{
color: #DA636D;
}
.AnyTagClassName
{
color: #DA636D;
}
</style>
background-color css
<style>
a { background-color: #DA636D; }
a { background-color: rgb(218,99,109); }
div.DivClassName
{
background-color: #DA636D;
}
.BgClassName
{
background-color: #DA636D;
}
</style>
border-color css
<style>
span { border-color: #DA636D; }
span { border-color: rgb(218,99,109); }
td.TdClassName
{
border-color: #DA636D;
}
.TagClassName
{
border-color: #DA636D;
}
</style>