Shades of Froly #DA6478
Tints of Froly #DA6478
RGB
CMYK
RGB Variations
Color information
#DA6478 (or 0xDA6478) is known color: Froly. HEX triplet: DA, 64 and 78. RGB value is (218,100,120). Sum of RGB (Red+Green+Blue) = 218+100+120=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6478 is #259B87. Grayscale: #898989. Windows color (decimal): -2464648 or 7890138. OLE color: 7890138.
HSL color Cylindrical-coordinate representation of color #DA6478: hue angle of 349.83º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA6478 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 120 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.15 |
| HSL | 349.83º | 0.61% | 0.62% | - |
| HSV(B) | 349.83º | 0.54% | 0.85% | - |
| XYZ | 36.86 | 25.38 | 20.72 | - |
| YUV | 137.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 120 | 0 | 0.54 | 0.45 | 0.15 | 349.83 | 0.61 | 0.62 |
| Hex | DA | 64 | 78 | 0 | 36 | 2D | F | 15E | 3D | 3E |
| Octal | 332 | 144 | 170 | 0 | 66 | 55 | 17 | 536 | 75 | 76 |
| Binary | 11011010 | 1100100 | 1111000 | 0 | 110110 | 101101 | 1111 | 101011110 | 111101 | 111110 |
Color Harmonies of #DA6478
Complementary color
Monochromatic Colors of #DA6478
Black with #DA6478
Text Example
Text Example
White with #DA6478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6478; }
p { color: rgb(218,100,120); }
H1.HeaderClassName
{
color: #DA6478;
}
.AnyTagClassName
{
color: #DA6478;
}
</style>
background-color css
<style>
a { background-color: #DA6478; }
a { background-color: rgb(218,100,120); }
div.DivClassName
{
background-color: #DA6478;
}
.BgClassName
{
background-color: #DA6478;
}
</style>
border-color css
<style>
span { border-color: #DA6478; }
span { border-color: rgb(218,100,120); }
td.TdClassName
{
border-color: #DA6478;
}
.TagClassName
{
border-color: #DA6478;
}
</style>