Shades of Froly #DA637C
Tints of Froly #DA637C
RGB
CMYK
RGB Variations
Color information
#DA637C (or 0xDA637C) is known color: Froly. HEX triplet: DA, 63 and 7C. RGB value is (218,99,124). Sum of RGB (Red+Green+Blue) = 218+99+124=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA637C is #259C83. Grayscale: #898989. Windows color (decimal): -2464900 or 8152026. OLE color: 8152026.
HSL color Cylindrical-coordinate representation of color #DA637C: hue angle of 347.39º 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 #DA637C is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 124 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.15 |
| HSL | 347.4º | 0.62% | 0.62% | - |
| HSV(B) | 347.4º | 0.55% | 0.85% | - |
| XYZ | 37.01 | 25.28 | 22 | - |
| YUV | 137.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 124 | 0 | 0.55 | 0.43 | 0.15 | 347.4 | 0.62 | 0.62 |
| Hex | DA | 63 | 7C | 0 | 37 | 2B | F | 15B | 3E | 3E |
| Octal | 332 | 143 | 174 | 0 | 67 | 53 | 17 | 533 | 76 | 76 |
| Binary | 11011010 | 1100011 | 1111100 | 0 | 110111 | 101011 | 1111 | 101011011 | 111110 | 111110 |
Color Harmonies of #DA637C
Complementary color
Monochromatic Colors of #DA637C
Black with #DA637C
Text Example
Text Example
White with #DA637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA637C; }
p { color: rgb(218,99,124); }
H1.HeaderClassName
{
color: #DA637C;
}
.AnyTagClassName
{
color: #DA637C;
}
</style>
background-color css
<style>
a { background-color: #DA637C; }
a { background-color: rgb(218,99,124); }
div.DivClassName
{
background-color: #DA637C;
}
.BgClassName
{
background-color: #DA637C;
}
</style>
border-color css
<style>
span { border-color: #DA637C; }
span { border-color: rgb(218,99,124); }
td.TdClassName
{
border-color: #DA637C;
}
.TagClassName
{
border-color: #DA637C;
}
</style>