Shades of Froly #DA6277
Tints of Froly #DA6277
RGB
CMYK
RGB Variations
Color information
#DA6277 (or 0xDA6277) is known color: Froly. HEX triplet: DA, 62 and 77. RGB value is (218,98,119). Sum of RGB (Red+Green+Blue) = 218+98+119=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6277 is #259D88. Grayscale: #888888. Windows color (decimal): -2465161 or 7824090. OLE color: 7824090.
HSL color Cylindrical-coordinate representation of color #DA6277: hue angle of 349.5º 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 #DA6277 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 119 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.15 |
| HSL | 349.5º | 0.62% | 0.62% | - |
| HSV(B) | 349.5º | 0.55% | 0.85% | - |
| XYZ | 36.61 | 24.97 | 20.34 | - |
| YUV | 136.27 | 118.26 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 119 | 0 | 0.55 | 0.45 | 0.15 | 349.5 | 0.62 | 0.62 |
| Hex | DA | 62 | 77 | 0 | 37 | 2D | F | 15E | 3E | 3E |
| Octal | 332 | 142 | 167 | 0 | 67 | 55 | 17 | 536 | 76 | 76 |
| Binary | 11011010 | 1100010 | 1110111 | 0 | 110111 | 101101 | 1111 | 101011110 | 111110 | 111110 |
Color Harmonies of #DA6277
Complementary color
Monochromatic Colors of #DA6277
Black with #DA6277
Text Example
Text Example
White with #DA6277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6277; }
p { color: rgb(218,98,119); }
H1.HeaderClassName
{
color: #DA6277;
}
.AnyTagClassName
{
color: #DA6277;
}
</style>
background-color css
<style>
a { background-color: #DA6277; }
a { background-color: rgb(218,98,119); }
div.DivClassName
{
background-color: #DA6277;
}
.BgClassName
{
background-color: #DA6277;
}
</style>
border-color css
<style>
span { border-color: #DA6277; }
span { border-color: rgb(218,98,119); }
td.TdClassName
{
border-color: #DA6277;
}
.TagClassName
{
border-color: #DA6277;
}
</style>