Shades of Froly #DF6069
Tints of Froly #DF6069
RGB
CMYK
RGB Variations
Color information
#DF6069 (or 0xDF6069) is known color: Froly. HEX triplet: DF, 60 and 69. RGB value is (223,96,105). Sum of RGB (Red+Green+Blue) = 223+96+105=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6069 is #209F96. Grayscale: #878787. Windows color (decimal): -2138007 or 6906079. OLE color: 6906079.
HSL color Cylindrical-coordinate representation of color #DF6069: hue angle of 355.75º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6069 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 105 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.13 |
| HSL | 355.75º | 0.66% | 0.63% | - |
| HSV(B) | 355.75º | 0.57% | 0.87% | - |
| XYZ | 37.16 | 25.07 | 16.25 | - |
| YUV | 135 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 105 | 0 | 0.57 | 0.53 | 0.13 | 355.75 | 0.66 | 0.63 |
| Hex | DF | 60 | 69 | 0 | 39 | 35 | D | 164 | 42 | 3F |
| Octal | 337 | 140 | 151 | 0 | 71 | 65 | 15 | 544 | 102 | 77 |
| Binary | 11011111 | 1100000 | 1101001 | 0 | 111001 | 110101 | 1101 | 101100100 | 1000010 | 111111 |
Color Harmonies of #DF6069
Complementary color
Monochromatic Colors of #DF6069
Black with #DF6069
Text Example
Text Example
White with #DF6069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6069; }
p { color: rgb(223,96,105); }
H1.HeaderClassName
{
color: #DF6069;
}
.AnyTagClassName
{
color: #DF6069;
}
</style>
background-color css
<style>
a { background-color: #DF6069; }
a { background-color: rgb(223,96,105); }
div.DivClassName
{
background-color: #DF6069;
}
.BgClassName
{
background-color: #DF6069;
}
</style>
border-color css
<style>
span { border-color: #DF6069; }
span { border-color: rgb(223,96,105); }
td.TdClassName
{
border-color: #DF6069;
}
.TagClassName
{
border-color: #DF6069;
}
</style>