Shades of Froly #DF647B
Tints of Froly #DF647B
RGB
CMYK
RGB Variations
Color information
#DF647B (or 0xDF647B) is known color: Froly. HEX triplet: DF, 64 and 7B. RGB value is (223,100,123). Sum of RGB (Red+Green+Blue) = 223+100+123=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF647B is #209B84. Grayscale: #8B8B8B. Windows color (decimal): -2136965 or 8086751. OLE color: 8086751.
HSL color Cylindrical-coordinate representation of color #DF647B: hue angle of 348.78º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF647B is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 123 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.13 |
| HSL | 348.78º | 0.66% | 0.63% | - |
| HSV(B) | 348.78º | 0.55% | 0.87% | - |
| XYZ | 38.56 | 26.23 | 21.77 | - |
| YUV | 139.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 123 | 0 | 0.55 | 0.45 | 0.13 | 348.78 | 0.66 | 0.63 |
| Hex | DF | 64 | 7B | 0 | 37 | 2D | D | 15D | 42 | 3F |
| Octal | 337 | 144 | 173 | 0 | 67 | 55 | 15 | 535 | 102 | 77 |
| Binary | 11011111 | 1100100 | 1111011 | 0 | 110111 | 101101 | 1101 | 101011101 | 1000010 | 111111 |
Color Harmonies of #DF647B
Complementary color
Monochromatic Colors of #DF647B
Black with #DF647B
Text Example
Text Example
White with #DF647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF647B; }
p { color: rgb(223,100,123); }
H1.HeaderClassName
{
color: #DF647B;
}
.AnyTagClassName
{
color: #DF647B;
}
</style>
background-color css
<style>
a { background-color: #DF647B; }
a { background-color: rgb(223,100,123); }
div.DivClassName
{
background-color: #DF647B;
}
.BgClassName
{
background-color: #DF647B;
}
</style>
border-color css
<style>
span { border-color: #DF647B; }
span { border-color: rgb(223,100,123); }
td.TdClassName
{
border-color: #DF647B;
}
.TagClassName
{
border-color: #DF647B;
}
</style>