Shades of Froly #DF646B
Tints of Froly #DF646B
RGB
CMYK
RGB Variations
Color information
#DF646B (or 0xDF646B) is known color: Froly. HEX triplet: DF, 64 and 6B. RGB value is (223,100,107). Sum of RGB (Red+Green+Blue) = 223+100+107=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF646B is #209B94. Grayscale: #898989. Windows color (decimal): -2136981 or 7038175. OLE color: 7038175.
HSL color Cylindrical-coordinate representation of color #DF646B: hue angle of 356.59º 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 #DF646B is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 107 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.13 |
| HSL | 356.59º | 0.66% | 0.63% | - |
| HSV(B) | 356.59º | 0.55% | 0.87% | - |
| XYZ | 37.64 | 25.86 | 16.92 | - |
| YUV | 137.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 107 | 0 | 0.55 | 0.52 | 0.13 | 356.59 | 0.66 | 0.63 |
| Hex | DF | 64 | 6B | 0 | 37 | 34 | D | 165 | 42 | 3F |
| Octal | 337 | 144 | 153 | 0 | 67 | 64 | 15 | 545 | 102 | 77 |
| Binary | 11011111 | 1100100 | 1101011 | 0 | 110111 | 110100 | 1101 | 101100101 | 1000010 | 111111 |
Color Harmonies of #DF646B
Complementary color
Monochromatic Colors of #DF646B
Black with #DF646B
Text Example
Text Example
White with #DF646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF646B; }
p { color: rgb(223,100,107); }
H1.HeaderClassName
{
color: #DF646B;
}
.AnyTagClassName
{
color: #DF646B;
}
</style>
background-color css
<style>
a { background-color: #DF646B; }
a { background-color: rgb(223,100,107); }
div.DivClassName
{
background-color: #DF646B;
}
.BgClassName
{
background-color: #DF646B;
}
</style>
border-color css
<style>
span { border-color: #DF646B; }
span { border-color: rgb(223,100,107); }
td.TdClassName
{
border-color: #DF646B;
}
.TagClassName
{
border-color: #DF646B;
}
</style>