Shades of Froly #DA6977
Tints of Froly #DA6977
RGB
CMYK
RGB Variations
Color information
#DA6977 (or 0xDA6977) is known color: Froly. HEX triplet: DA, 69 and 77. RGB value is (218,105,119). Sum of RGB (Red+Green+Blue) = 218+105+119=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6977 is #259688. Grayscale: #8C8C8C. Windows color (decimal): -2463369 or 7825882. OLE color: 7825882.
HSL color Cylindrical-coordinate representation of color #DA6977: hue angle of 352.57º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6977 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 119 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.15 |
| HSL | 352.57º | 0.6% | 0.63% | - |
| HSV(B) | 352.57º | 0.52% | 0.85% | - |
| XYZ | 37.29 | 26.34 | 20.57 | - |
| YUV | 140.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 119 | 0 | 0.52 | 0.45 | 0.15 | 352.57 | 0.6 | 0.63 |
| Hex | DA | 69 | 77 | 0 | 34 | 2D | F | 161 | 3C | 3F |
| Octal | 332 | 151 | 167 | 0 | 64 | 55 | 17 | 541 | 74 | 77 |
| Binary | 11011010 | 1101001 | 1110111 | 0 | 110100 | 101101 | 1111 | 101100001 | 111100 | 111111 |
Color Harmonies of #DA6977
Complementary color
Monochromatic Colors of #DA6977
Black with #DA6977
Text Example
Text Example
White with #DA6977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6977; }
p { color: rgb(218,105,119); }
H1.HeaderClassName
{
color: #DA6977;
}
.AnyTagClassName
{
color: #DA6977;
}
</style>
background-color css
<style>
a { background-color: #DA6977; }
a { background-color: rgb(218,105,119); }
div.DivClassName
{
background-color: #DA6977;
}
.BgClassName
{
background-color: #DA6977;
}
</style>
border-color css
<style>
span { border-color: #DA6977; }
span { border-color: rgb(218,105,119); }
td.TdClassName
{
border-color: #DA6977;
}
.TagClassName
{
border-color: #DA6977;
}
</style>