Shades of Froly #DF6278
Tints of Froly #DF6278
RGB
CMYK
RGB Variations
Color information
#DF6278 (or 0xDF6278) is known color: Froly. HEX triplet: DF, 62 and 78. RGB value is (223,98,120). Sum of RGB (Red+Green+Blue) = 223+98+120=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6278 is #209D87. Grayscale: #898989. Windows color (decimal): -2137480 or 7889631. OLE color: 7889631.
HSL color Cylindrical-coordinate representation of color #DF6278: hue angle of 349.44º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6278 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 120 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.13 |
| HSL | 349.44º | 0.66% | 0.63% | - |
| HSV(B) | 349.44º | 0.56% | 0.87% | - |
| XYZ | 38.19 | 25.78 | 20.73 | - |
| YUV | 137.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 120 | 0 | 0.56 | 0.46 | 0.13 | 349.44 | 0.66 | 0.63 |
| Hex | DF | 62 | 78 | 0 | 38 | 2E | D | 15D | 42 | 3F |
| Octal | 337 | 142 | 170 | 0 | 70 | 56 | 15 | 535 | 102 | 77 |
| Binary | 11011111 | 1100010 | 1111000 | 0 | 111000 | 101110 | 1101 | 101011101 | 1000010 | 111111 |
Color Harmonies of #DF6278
Complementary color
Monochromatic Colors of #DF6278
Black with #DF6278
Text Example
Text Example
White with #DF6278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6278; }
p { color: rgb(223,98,120); }
H1.HeaderClassName
{
color: #DF6278;
}
.AnyTagClassName
{
color: #DF6278;
}
</style>
background-color css
<style>
a { background-color: #DF6278; }
a { background-color: rgb(223,98,120); }
div.DivClassName
{
background-color: #DF6278;
}
.BgClassName
{
background-color: #DF6278;
}
</style>
border-color css
<style>
span { border-color: #DF6278; }
span { border-color: rgb(223,98,120); }
td.TdClassName
{
border-color: #DF6278;
}
.TagClassName
{
border-color: #DF6278;
}
</style>