Shades of Froly #DF6576
Tints of Froly #DF6576
RGB
CMYK
RGB Variations
Color information
#DF6576 (or 0xDF6576) is known color: Froly. HEX triplet: DF, 65 and 76. RGB value is (223,101,118). Sum of RGB (Red+Green+Blue) = 223+101+118=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6576 is #209A89. Grayscale: #8B8B8B. Windows color (decimal): -2136714 or 7759327. OLE color: 7759327.
HSL color Cylindrical-coordinate representation of color #DF6576: hue angle of 351.64º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6576 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 118 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.13 |
| HSL | 351.64º | 0.66% | 0.64% | - |
| HSV(B) | 351.64º | 0.55% | 0.87% | - |
| XYZ | 38.36 | 26.3 | 20.2 | - |
| YUV | 139.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 118 | 0 | 0.55 | 0.47 | 0.13 | 351.64 | 0.66 | 0.64 |
| Hex | DF | 65 | 76 | 0 | 37 | 2F | D | 160 | 42 | 40 |
| Octal | 337 | 145 | 166 | 0 | 67 | 57 | 15 | 540 | 102 | 100 |
| Binary | 11011111 | 1100101 | 1110110 | 0 | 110111 | 101111 | 1101 | 101100000 | 1000010 | 1000000 |
Color Harmonies of #DF6576
Complementary color
Monochromatic Colors of #DF6576
Black with #DF6576
Text Example
Text Example
White with #DF6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6576; }
p { color: rgb(223,101,118); }
H1.HeaderClassName
{
color: #DF6576;
}
.AnyTagClassName
{
color: #DF6576;
}
</style>
background-color css
<style>
a { background-color: #DF6576; }
a { background-color: rgb(223,101,118); }
div.DivClassName
{
background-color: #DF6576;
}
.BgClassName
{
background-color: #DF6576;
}
</style>
border-color css
<style>
span { border-color: #DF6576; }
span { border-color: rgb(223,101,118); }
td.TdClassName
{
border-color: #DF6576;
}
.TagClassName
{
border-color: #DF6576;
}
</style>