Shades of Froly #DA6276
Tints of Froly #DA6276
RGB
CMYK
RGB Variations
Color information
#DA6276 (or 0xDA6276) is known color: Froly. HEX triplet: DA, 62 and 76. RGB value is (218,98,118). Sum of RGB (Red+Green+Blue) = 218+98+118=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6276 is #259D89. Grayscale: #888888. Windows color (decimal): -2465162 or 7758554. OLE color: 7758554.
HSL color Cylindrical-coordinate representation of color #DA6276: hue angle of 350º 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 #DA6276 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 118 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.15 |
| HSL | 350º | 0.62% | 0.62% | - |
| HSV(B) | 350º | 0.55% | 0.85% | - |
| XYZ | 36.55 | 24.95 | 20.03 | - |
| YUV | 136.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 118 | 0 | 0.55 | 0.46 | 0.15 | 350 | 0.62 | 0.62 |
| Hex | DA | 62 | 76 | 0 | 37 | 2E | F | 15E | 3E | 3E |
| Octal | 332 | 142 | 166 | 0 | 67 | 56 | 17 | 536 | 76 | 76 |
| Binary | 11011010 | 1100010 | 1110110 | 0 | 110111 | 101110 | 1111 | 101011110 | 111110 | 111110 |
Color Harmonies of #DA6276
Complementary color
Monochromatic Colors of #DA6276
Black with #DA6276
Text Example
Text Example
White with #DA6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6276; }
p { color: rgb(218,98,118); }
H1.HeaderClassName
{
color: #DA6276;
}
.AnyTagClassName
{
color: #DA6276;
}
</style>
background-color css
<style>
a { background-color: #DA6276; }
a { background-color: rgb(218,98,118); }
div.DivClassName
{
background-color: #DA6276;
}
.BgClassName
{
background-color: #DA6276;
}
</style>
border-color css
<style>
span { border-color: #DA6276; }
span { border-color: rgb(218,98,118); }
td.TdClassName
{
border-color: #DA6276;
}
.TagClassName
{
border-color: #DA6276;
}
</style>