Shades of Froly #DF757D
Tints of Froly #DF757D
RGB
CMYK
RGB Variations
Color information
#DF757D (or 0xDF757D) is known color: Froly. HEX triplet: DF, 75 and 7D. RGB value is (223,117,125). Sum of RGB (Red+Green+Blue) = 223+117+125=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF757D is #208A82. Grayscale: #959595. Windows color (decimal): -2132611 or 8222175. OLE color: 8222175.
HSL color Cylindrical-coordinate representation of color #DF757D: hue angle of 355.47º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF757D is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 125 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.13 |
| HSL | 355.47º | 0.62% | 0.67% | - |
| HSV(B) | 355.47º | 0.48% | 0.87% | - |
| XYZ | 40.49 | 29.89 | 23.04 | - |
| YUV | 149.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 125 | 0 | 0.48 | 0.44 | 0.13 | 355.47 | 0.62 | 0.67 |
| Hex | DF | 75 | 7D | 0 | 30 | 2C | D | 163 | 3E | 43 |
| Octal | 337 | 165 | 175 | 0 | 60 | 54 | 15 | 543 | 76 | 103 |
| Binary | 11011111 | 1110101 | 1111101 | 0 | 110000 | 101100 | 1101 | 101100011 | 111110 | 1000011 |
Color Harmonies of #DF757D
Complementary color
Monochromatic Colors of #DF757D
Black with #DF757D
Text Example
Text Example
White with #DF757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF757D; }
p { color: rgb(223,117,125); }
H1.HeaderClassName
{
color: #DF757D;
}
.AnyTagClassName
{
color: #DF757D;
}
</style>
background-color css
<style>
a { background-color: #DF757D; }
a { background-color: rgb(223,117,125); }
div.DivClassName
{
background-color: #DF757D;
}
.BgClassName
{
background-color: #DF757D;
}
</style>
border-color css
<style>
span { border-color: #DF757D; }
span { border-color: rgb(223,117,125); }
td.TdClassName
{
border-color: #DF757D;
}
.TagClassName
{
border-color: #DF757D;
}
</style>