Shades of Froly #DA5F6C
Tints of Froly #DA5F6C
RGB
CMYK
RGB Variations
Color information
#DA5F6C (or 0xDA5F6C) is known color: Froly. HEX triplet: DA, 5F and 6C. RGB value is (218,95,108). Sum of RGB (Red+Green+Blue) = 218+95+108=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5F6C is #25A093. Grayscale: #858585. Windows color (decimal): -2465940 or 7102426. OLE color: 7102426.
HSL color Cylindrical-coordinate representation of color #DA5F6C: hue angle of 353.66º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA5F6C is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 95 | 108 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.15 |
| HSL | 353.66º | 0.62% | 0.61% | - |
| HSV(B) | 353.66º | 0.56% | 0.85% | - |
| XYZ | 35.71 | 24.17 | 16.97 | - |
| YUV | 133.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 108 | 0 | 0.56 | 0.50 | 0.15 | 353.66 | 0.62 | 0.61 |
| Hex | DA | 5F | 6C | 0 | 38 | 32 | F | 162 | 3E | 3D |
| Octal | 332 | 137 | 154 | 0 | 70 | 62 | 17 | 542 | 76 | 75 |
| Binary | 11011010 | 1011111 | 1101100 | 0 | 111000 | 110010 | 1111 | 101100010 | 111110 | 111101 |
Color Harmonies of #DA5F6C
Complementary color
Monochromatic Colors of #DA5F6C
Black with #DA5F6C
Text Example
Text Example
White with #DA5F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5F6C; }
p { color: rgb(218,95,108); }
H1.HeaderClassName
{
color: #DA5F6C;
}
.AnyTagClassName
{
color: #DA5F6C;
}
</style>
background-color css
<style>
a { background-color: #DA5F6C; }
a { background-color: rgb(218,95,108); }
div.DivClassName
{
background-color: #DA5F6C;
}
.BgClassName
{
background-color: #DA5F6C;
}
</style>
border-color css
<style>
span { border-color: #DA5F6C; }
span { border-color: rgb(218,95,108); }
td.TdClassName
{
border-color: #DA5F6C;
}
.TagClassName
{
border-color: #DA5F6C;
}
</style>