Shades of Froly #DA637A
Tints of Froly #DA637A
RGB
CMYK
RGB Variations
Color information
#DA637A (or 0xDA637A) is known color: Froly. HEX triplet: DA, 63 and 7A. RGB value is (218,99,122). Sum of RGB (Red+Green+Blue) = 218+99+122=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA637A is #259C85. Grayscale: #898989. Windows color (decimal): -2464902 or 8020954. OLE color: 8020954.
HSL color Cylindrical-coordinate representation of color #DA637A: hue angle of 348.4º 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 #DA637A is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 122 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.15 |
| HSL | 348.4º | 0.62% | 0.62% | - |
| HSV(B) | 348.4º | 0.55% | 0.85% | - |
| XYZ | 36.89 | 25.23 | 21.34 | - |
| YUV | 137.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 122 | 0 | 0.55 | 0.44 | 0.15 | 348.4 | 0.62 | 0.62 |
| Hex | DA | 63 | 7A | 0 | 37 | 2C | F | 15C | 3E | 3E |
| Octal | 332 | 143 | 172 | 0 | 67 | 54 | 17 | 534 | 76 | 76 |
| Binary | 11011010 | 1100011 | 1111010 | 0 | 110111 | 101100 | 1111 | 101011100 | 111110 | 111110 |
Color Harmonies of #DA637A
Complementary color
Monochromatic Colors of #DA637A
Black with #DA637A
Text Example
Text Example
White with #DA637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA637A; }
p { color: rgb(218,99,122); }
H1.HeaderClassName
{
color: #DA637A;
}
.AnyTagClassName
{
color: #DA637A;
}
</style>
background-color css
<style>
a { background-color: #DA637A; }
a { background-color: rgb(218,99,122); }
div.DivClassName
{
background-color: #DA637A;
}
.BgClassName
{
background-color: #DA637A;
}
</style>
border-color css
<style>
span { border-color: #DA637A; }
span { border-color: rgb(218,99,122); }
td.TdClassName
{
border-color: #DA637A;
}
.TagClassName
{
border-color: #DA637A;
}
</style>