Shades of Froly #DF757B
Tints of Froly #DF757B
RGB
CMYK
RGB Variations
Color information
#DF757B (or 0xDF757B) is known color: Froly. HEX triplet: DF, 75 and 7B. RGB value is (223,117,123). Sum of RGB (Red+Green+Blue) = 223+117+123=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF757B is #208A84. Grayscale: #959595. Windows color (decimal): -2132613 or 8091103. OLE color: 8091103.
HSL color Cylindrical-coordinate representation of color #DF757B: hue angle of 356.6º 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 #DF757B is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 123 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.13 |
| HSL | 356.6º | 0.62% | 0.67% | - |
| HSV(B) | 356.6º | 0.48% | 0.87% | - |
| XYZ | 40.37 | 29.84 | 22.37 | - |
| YUV | 149.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 123 | 0 | 0.48 | 0.45 | 0.13 | 356.6 | 0.62 | 0.67 |
| Hex | DF | 75 | 7B | 0 | 30 | 2D | D | 165 | 3E | 43 |
| Octal | 337 | 165 | 173 | 0 | 60 | 55 | 15 | 545 | 76 | 103 |
| Binary | 11011111 | 1110101 | 1111011 | 0 | 110000 | 101101 | 1101 | 101100101 | 111110 | 1000011 |
Color Harmonies of #DF757B
Complementary color
Monochromatic Colors of #DF757B
Black with #DF757B
Text Example
Text Example
White with #DF757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF757B; }
p { color: rgb(223,117,123); }
H1.HeaderClassName
{
color: #DF757B;
}
.AnyTagClassName
{
color: #DF757B;
}
</style>
background-color css
<style>
a { background-color: #DF757B; }
a { background-color: rgb(223,117,123); }
div.DivClassName
{
background-color: #DF757B;
}
.BgClassName
{
background-color: #DF757B;
}
</style>
border-color css
<style>
span { border-color: #DF757B; }
span { border-color: rgb(223,117,123); }
td.TdClassName
{
border-color: #DF757B;
}
.TagClassName
{
border-color: #DF757B;
}
</style>