Shades of Froly #DA6278
Tints of Froly #DA6278
RGB
CMYK
RGB Variations
Color information
#DA6278 (or 0xDA6278) is known color: Froly. HEX triplet: DA, 62 and 78. RGB value is (218,98,120). Sum of RGB (Red+Green+Blue) = 218+98+120=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6278 is #259D87. Grayscale: #888888. Windows color (decimal): -2465160 or 7889626. OLE color: 7889626.
HSL color Cylindrical-coordinate representation of color #DA6278: hue angle of 349º 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 #DA6278 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 120 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.15 |
| HSL | 349º | 0.62% | 0.62% | - |
| HSV(B) | 349º | 0.55% | 0.85% | - |
| XYZ | 36.67 | 25 | 20.66 | - |
| YUV | 136.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 120 | 0 | 0.55 | 0.45 | 0.15 | 349 | 0.62 | 0.62 |
| Hex | DA | 62 | 78 | 0 | 37 | 2D | F | 15D | 3E | 3E |
| Octal | 332 | 142 | 170 | 0 | 67 | 55 | 17 | 535 | 76 | 76 |
| Binary | 11011010 | 1100010 | 1111000 | 0 | 110111 | 101101 | 1111 | 101011101 | 111110 | 111110 |
Color Harmonies of #DA6278
Complementary color
Monochromatic Colors of #DA6278
Black with #DA6278
Text Example
Text Example
White with #DA6278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6278; }
p { color: rgb(218,98,120); }
H1.HeaderClassName
{
color: #DA6278;
}
.AnyTagClassName
{
color: #DA6278;
}
</style>
background-color css
<style>
a { background-color: #DA6278; }
a { background-color: rgb(218,98,120); }
div.DivClassName
{
background-color: #DA6278;
}
.BgClassName
{
background-color: #DA6278;
}
</style>
border-color css
<style>
span { border-color: #DA6278; }
span { border-color: rgb(218,98,120); }
td.TdClassName
{
border-color: #DA6278;
}
.TagClassName
{
border-color: #DA6278;
}
</style>